chore(web): handle signals for faster restart (#5366)
This commit is contained in:
parent
b0db8ed6c4
commit
6ac4e98d4b
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ services:
|
|||
build:
|
||||
context: ../web
|
||||
dockerfile: Dockerfile
|
||||
command: npm run dev --host
|
||||
command: "node ./node_modules/.bin/vite dev --host 0.0.0.0 --port 3000"
|
||||
env_file:
|
||||
- .env
|
||||
ports:
|
||||
|
|
Loading…
Reference in a new issue