niet vergeten deze te pushen

This commit is contained in:
2020-03-17 18:49:44 +01:00
parent 2b84a6170a
commit d1e8faf148

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" ]