mirror of https://github.com/kortix-ai/suna.git
Update frontend command in Docker Compose to use 'dev' instead of 'start'
This commit is contained in:
parent
00539ffcf4
commit
7ba0472a20
|
@ -38,7 +38,7 @@ services:
|
|||
- ./frontend/.env.local:/app/.env.local:ro
|
||||
environment:
|
||||
- NODE_ENV=production
|
||||
command: ["npm", "run", "start"]
|
||||
command: ["npm", "run", "dev"]
|
||||
depends_on:
|
||||
- backend
|
||||
|
||||
|
|
Loading…
Reference in New Issue