mirror of
https://github.com/bvanroll/test-repo.git
synced 2025-09-01 21:42:41 +00:00
Draft create
This commit is contained in:
6
Dockerfile
Normal file
6
Dockerfile
Normal file
@@ -0,0 +1,6 @@
|
||||
FROM python:onbuild
|
||||
COPY requirements.txt .
|
||||
ENV PORT 8080
|
||||
EXPOSE 8080
|
||||
ENTRYPOINT ["python"]
|
||||
CMD ["app.py"]
|
Reference in New Issue
Block a user