mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
refactor: multistage builds (#955)
This commit is contained in:
parent
739bed737e
commit
2e4c005ad9
3 changed files with 18 additions and 10 deletions
|
|
@ -7,7 +7,7 @@ services:
|
|||
context: ../server
|
||||
dockerfile: Dockerfile
|
||||
target: builder
|
||||
command: npm ci && npm run test:e2e
|
||||
command: npm run test:e2e
|
||||
expose:
|
||||
- '3000'
|
||||
volumes:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue