Docker compose and coolify solved

This commit is contained in:
Lucas Tettamanti
2026-02-04 17:59:30 -03:00
parent 5e79f17d00
commit f838603877
4 changed files with 46 additions and 6 deletions

View File

@@ -9,3 +9,7 @@ services:
- .env
environment:
- NODE_ENV=development
command: sh -c "npm install && npm run dev"
volumes:
- .:/usr/src/app
- /usr/src/app/node_modules