Use workflow version from lab
This commit is contained in:
parent
87dde6a5de
commit
31fed72a2b
1 changed files with 0 additions and 0 deletions
12
examples/tutorial/Dockerfile
Normal file
12
examples/tutorial/Dockerfile
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
FROM python:3.11.2-alpine3.17
|
||||
|
||||
COPY . "/tutorial"
|
||||
WORKDIR /tutorial
|
||||
|
||||
RUN pip install .
|
||||
RUN flask --app=flaskr init-db
|
||||
RUN touch blah
|
||||
|
||||
EXPOSE 5000
|
||||
|
||||
CMD [ "flask", "--app=flaskr", "run", "--host=0.0.0.0"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue