Added Docker instructions
This commit is contained in:
parent
35679695c5
commit
83f9b0a26a
@ -7,3 +7,11 @@ Go to https://gateway.edsn.nl/eancodeboek
|
|||||||
|
|
||||||
## Update config.json
|
## Update config.json
|
||||||
Update the API key token in the config.json file
|
Update the API key token in the config.json file
|
||||||
|
|
||||||
|
|
||||||
|
## Docker
|
||||||
|
For building and running the app via Docker
|
||||||
|
```
|
||||||
|
docker build -t ecb:latest .
|
||||||
|
docker run -d -p 5000:5000 ecb
|
||||||
|
```
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user