forked from dark_thunder/immich
chore(web): handle signals for faster restart (#5366)
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user