docker laten werken hiermee is zo moeilijk

This commit is contained in:
2020-02-24 09:56:47 +01:00
parent 93df0d9f48
commit d901955539
5 changed files with 8 additions and 8 deletions

View File

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