chore(web): handle signals for faster restart (#5366)

This commit is contained in:
Jason Rasmussen 2023-11-28 17:50:43 -05:00 committed by GitHub
parent b0db8ed6c4
commit 6ac4e98d4b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: