mirror of
https://github.com/immich-app/immich.git
synced 2024-12-22 01:47:08 +02:00
Fixed issue with container cannot find module
This commit is contained in:
parent
f9ddeac265
commit
cfc5229964
@ -6,7 +6,7 @@ services:
|
||||
build:
|
||||
context: ../server
|
||||
dockerfile: ../server/Dockerfile
|
||||
command: npm run start:prod
|
||||
entrypoint: ["/bin/sh", "./entrypoint.sh"]
|
||||
expose:
|
||||
- "3000"
|
||||
volumes:
|
||||
@ -28,7 +28,7 @@ services:
|
||||
build:
|
||||
context: ../microservices
|
||||
dockerfile: ../microservices/Dockerfile
|
||||
command: npm run start:prod
|
||||
entrypoint: ["/bin/sh", "./entrypoint.sh"]
|
||||
expose:
|
||||
- "3001"
|
||||
volumes:
|
||||
|
Loading…
Reference in New Issue
Block a user