docker file update
This commit is contained in:
parent
e866157052
commit
c031141096
1 changed files with 2 additions and 5 deletions
|
|
@ -1,9 +1,6 @@
|
||||||
FROM python:latest
|
FROM python:3.7
|
||||||
|
|
||||||
WORKDIR /src/flask
|
WORKDIR /src/flask
|
||||||
|
|
||||||
COPY ./examples/tutorial /src/flask
|
COPY ./examples/tutorial /src/flask
|
||||||
|
|
||||||
RUN pip install -e .
|
RUN pip install -e .
|
||||||
RUN pip install --upgrade pip
|
RUN pip install --upgrade pip
|
||||||
RUN flask --app flaskr init-db
|
RUN flask --app flaskr init-db
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue