mirror of
https://github.com/KevinMidboe/immich.git
synced 2025-10-29 17:40:28 +00:00
Change to npm instead of yarn in docker image to test for build error on github action
This commit is contained in:
@@ -9,7 +9,7 @@ services:
|
||||
context: .
|
||||
target: development
|
||||
dockerfile: ./Dockerfile-minimal
|
||||
command: yarn start:dev
|
||||
command: npm run start:dev
|
||||
ports:
|
||||
- "3000:3000"
|
||||
# expose:
|
||||
|
||||
Reference in New Issue
Block a user