mirror of
https://github.com/immich-app/immich.git
synced 2024-12-22 01:47:08 +02:00
chore(web): handle signals for faster restart (#5366)
This commit is contained in:
parent
b0db8ed6c4
commit
6ac4e98d4b
@ -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 New Issue
Block a user