Use original Dockerfile to build image

This commit is contained in:
2025-03-25 17:25:52 +01:00
parent e0d4ad20c0
commit 1fbe39b96a
5 changed files with 7 additions and 21 deletions

View File

@@ -6,6 +6,7 @@ services:
image: ${DOCKER_IMAGE}
restart: unless-stopped
env_file: .env
command: "node ./lib/index.js --config-file=/app/config.yaml"
volumes:
- ./config.yaml:/app/config.yaml
auto-swap: