traveling-salesman-bangkok/compose.yaml
Narongpol Kijrangsan f1054502b0
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
first and last commit
2025-03-10 17:06:16 +07:00

9 lines
No EOL
192 B
YAML

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