diff --git a/src/dockerfile b/src/dockerfile index 62c5399..e9ef308 100644 --- a/src/dockerfile +++ b/src/dockerfile @@ -1,4 +1,4 @@ -from python:3.7 +from python:3.7-alpine copy . /app workdir /app @@ -7,4 +7,4 @@ run pip install -r requirements.txt expose 80 entrypoint [ "python" ] -cmd [ "app.py" ] \ No newline at end of file +cmd [ "app.py" ]