Fixing docker build issues

This commit is contained in:
Benjamin Sherriff
2024-03-03 15:24:11 -05:00
parent 57286bb0e7
commit b682321a53
4 changed files with 17 additions and 13 deletions

View File

@@ -26,7 +26,7 @@ services:
DATA_DIR_PATH: /data
KEYS_DIR_PATH: /keys
volumes:
- ${DATA_DIR_PATH}:/data
- ${DATA_DIR_PATH:-~/data}:/data
ports:
- ${SERVICE_PORT:-5000}:5000
depends_on: