remove submodule

This commit is contained in:
2020-03-16 16:09:04 +01:00
parent 58b651a786
commit dd45eb222f
4 changed files with 3 additions and 5 deletions

View File

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