mirror of
https://github.com/Mezeporta/Erupe.git
synced 2025-12-15 08:25:09 +01:00
reference the bin and config in the root directory so they don't need to be duplicated in docker folder
This commit is contained in:
@@ -42,8 +42,8 @@ services:
|
|||||||
build:
|
build:
|
||||||
context: ../
|
context: ../
|
||||||
volumes:
|
volumes:
|
||||||
- ./config.json:/app/erupe/config.json
|
- ../config.json:/app/erupe/config.json
|
||||||
- ./bin:/app/erupe/bin
|
- ../bin:/app/erupe/bin
|
||||||
- ./savedata:/app/erupe/savedata
|
- ./savedata:/app/erupe/savedata
|
||||||
ports:
|
ports:
|
||||||
# (Make sure these match config.json)
|
# (Make sure these match config.json)
|
||||||
|
|||||||
Reference in New Issue
Block a user