Tweak the Dockerfile
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
FROM python:3
|
FROM python:3
|
||||||
ADD . /app
|
COPY requirements.txt /app/requirements.txt
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
RUN pip install -r requirements.txt
|
RUN pip install -r requirements.txt
|
||||||
|
ADD . /app
|
||||||
ENV FLASK_APP=app.py
|
ENV FLASK_APP=app.py
|
||||||
CMD ["./run.sh"]
|
CMD ["./run.sh"]
|
||||||
|
Reference in New Issue
Block a user