dispatcher/compose.yaml
cheetah 9fcc3d122a
Some checks failed
build / build (push) Failing after 1m42s
shrinked build action + fix config load
2025-04-05 04:44:02 +02:00

11 lines
199 B
YAML

services:
server:
build:
context: .
environment:
NODE_ENV: production
volumes:
- ./config.json:/usr/src/app/config.json
ports:
- 3000:3000
- 3001:3001