traveling-salesman-bangkok/compose.yaml
Narongpol Kijrangsan c33239ee76
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
update compose.yaml
2025-03-01 00:40:53 -05:00

9 lines
No EOL
191 B
YAML

services:
nodejs-app:
image: node:latest
working_dir: /usr/src/app
volumes:
- .:/usr/src/app
command: sh -c "npm install && npx nodemon"
ports:
- "3000:3000"