Tweak the Dockerfile
This commit is contained in:
parent
cdc364f028
commit
efe99f9477
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
FROM python:3
|
||||
ADD . /app
|
||||
COPY requirements.txt /app/requirements.txt
|
||||
WORKDIR /app
|
||||
RUN pip install -r requirements.txt
|
||||
ADD . /app
|
||||
ENV FLASK_APP=app.py
|
||||
CMD ["./run.sh"]
|
||||
|
|
Loading…
Reference in a new issue