aanpassing deployment voor traffic mirror test

This commit is contained in:
2020-03-05 09:55:12 +01:00
parent 6739c5c16e
commit 29fdb950f1
5 changed files with 104 additions and 12 deletions

10
serverD/dockerfile Normal file
View File

@@ -0,0 +1,10 @@
from python:3.7
copy . /app
workdir /app
run pip install -r requirements.txt
expose 7000
entrypoint [ "python" ]
cmd [ "app.py" ]