Merge pull request #37 from fumblehool/flask-app-fix
Updated Dockerfile for flask app
This commit is contained in:
commit
60d2d2a8da
@ -1,5 +1,6 @@
|
|||||||
FROM python:3.7-alpine
|
FROM python:3.7-alpine
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
COPY requirements.txt /app
|
||||||
RUN pip3 install -r requirements.txt
|
RUN pip3 install -r requirements.txt
|
||||||
COPY . /app
|
COPY . /app
|
||||||
ENTRYPOINT ["python3"]
|
ENTRYPOINT ["python3"]
|
||||||
|
Loading…
Reference in New Issue
Block a user