submodule update

This commit is contained in:
2020-03-17 18:50:37 +01:00
parent c2c0aacbc6
commit d90b57bc12
2 changed files with 3 additions and 3 deletions

2
infra

Submodule infra updated: d9faa1043f...9cc56f398d

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