This commit is contained in:
Abel 2021-12-31 16:29:00 +01:00
parent c7bc29beee
commit b71436bf53

View File

@ -13,5 +13,7 @@ Update the API key token in the config.json file
For building and running the app via Docker For building and running the app via Docker
``` ```
docker build -t ecb:latest . docker build -t ecb:latest .
docker run -d --name ecb -p 5000:5000 ecb:latest docker image tag ecb:latest 10.0.1.36:5000/fokki200/ecb:latest
docker push 10.0.1.36:5000/fokki200/ecb:latest
docker run -d --name ecb -p 5000:5000 10.0.1.36:5000/fokki200/ecb:latest
``` ```