Docker compose and coolify solved
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user