ik hoop da deze werkt

This commit is contained in:
2020-03-17 17:33:32 +01:00
parent 7c7243a2e0
commit f3b646260f

View File

@@ -1,4 +1,4 @@
from python:3.7
from python:3.7-alpine
copy . /app
workdir /app
@@ -7,4 +7,4 @@ run pip install -r requirements.txt
expose 80
entrypoint [ "python" ]
cmd [ "app.py" ]
cmd [ "app.py" ]