remove config module import from content.js and add rebuild-api.sh script for Docker management
This commit is contained in:
parent
2d058ca2e8
commit
28c6ad5f62
1 changed files with 1 additions and 0 deletions
|
|
@ -2,6 +2,7 @@ services:
|
||||||
api:
|
api:
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
|
provenance: false
|
||||||
volumes:
|
volumes:
|
||||||
- ./config.json:/app/config.json:ro
|
- ./config.json:/app/config.json:ro
|
||||||
- ./data:/data
|
- ./data:/data
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue