whatever
This commit is contained in:
commit
df66965871
6
3/Dockerfile
Normal file
6
3/Dockerfile
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
FROM python:3.9-slim
|
||||||
|
RUN pip install flask
|
||||||
|
COPY app.py .
|
||||||
|
EXPOSE 5000
|
||||||
|
ENTRYPOINT ["python"]
|
||||||
|
CMD ["app.py"]
|
||||||
Loading…
x
Reference in New Issue
Block a user