fix(web): auto generate open api build (#6561)

* fix: autogen typescript-sdk/build

* chore: refactor script
This commit is contained in:
Jason Rasmussen
2024-01-22 10:59:35 -05:00
committed by GitHub
parent e4277128be
commit 42d208859e
4 changed files with 17 additions and 8 deletions

View File

@@ -54,11 +54,10 @@ services:
immich-web:
container_name: immich_web
image: immich-web-dev:1.9.0
image: immich-web-dev:latest
build:
context: ../web
dockerfile: Dockerfile
command: "node ./node_modules/.bin/vite dev --host 0.0.0.0 --port 3000"
command: "/usr/src/app/bin/immich-web"
env_file:
- .env
ports: