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:
nageld
2024-03-23 14:19:23 -04:00
parent a10ecf2a11
commit 5342dc4df1

View File

@@ -42,8 +42,8 @@ services:
build:
context: ../
volumes:
- ./config.json:/app/erupe/config.json
- ./bin:/app/erupe/bin
- ../config.json:/app/erupe/config.json
- ../bin:/app/erupe/bin
- ./savedata:/app/erupe/savedata
ports:
# (Make sure these match config.json)