add nodemon and tls
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Narongpol Kijrangsan 2025-02-28 23:14:06 -05:00
parent 1ff9e819f3
commit bf9685bb36
5 changed files with 2916 additions and 1909 deletions

View file

@ -1,3 +1,6 @@
services:
nodejs-app:
build: .
build: .
volumes:
- .:/usr/src/app
command: sh -c "npm install && npx nodemon"