traveling-salesman-bangkok/compose.yaml

6 lines
120 B
YAML
Raw Normal View History

2025-02-22 21:18:41 +07:00
services:
nodejs-app:
2025-02-28 23:14:06 -05:00
build: .
volumes:
- .:/usr/src/app
command: sh -c "npm install && npx nodemon"