mirror of
https://github.com/bvanroll/cicdTest.git
synced 2025-08-29 20:12:43 +00:00
docker laten werken hiermee is zo moeilijk
This commit is contained in:
@@ -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" ]
|
Reference in New Issue
Block a user