mirror of
https://github.com/immich-app/immich.git
synced 2025-01-27 22:22:45 +01:00
Fixed issue with container cannot find module
This commit is contained in:
parent
f9ddeac265
commit
cfc5229964
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ services:
|
||||||
build:
|
build:
|
||||||
context: ../server
|
context: ../server
|
||||||
dockerfile: ../server/Dockerfile
|
dockerfile: ../server/Dockerfile
|
||||||
command: npm run start:prod
|
entrypoint: ["/bin/sh", "./entrypoint.sh"]
|
||||||
expose:
|
expose:
|
||||||
- "3000"
|
- "3000"
|
||||||
volumes:
|
volumes:
|
||||||
|
@ -28,7 +28,7 @@ services:
|
||||||
build:
|
build:
|
||||||
context: ../microservices
|
context: ../microservices
|
||||||
dockerfile: ../microservices/Dockerfile
|
dockerfile: ../microservices/Dockerfile
|
||||||
command: npm run start:prod
|
entrypoint: ["/bin/sh", "./entrypoint.sh"]
|
||||||
expose:
|
expose:
|
||||||
- "3001"
|
- "3001"
|
||||||
volumes:
|
volumes:
|
||||||
|
|
Loading…
Reference in a new issue