mirror of
https://github.com/KevinMidboe/immich.git
synced 2026-01-09 02:35:49 +00:00
fix(docker-build): start main process with exec (#1210)
* Use exec * Appl shellcheck fixes * Close with newline
This commit is contained in:
@@ -1 +1,2 @@
|
||||
node dist/apps/microservices/apps/microservices/src/main
|
||||
#! /bin/sh
|
||||
exec node dist/apps/microservices/apps/microservices/src/main
|
||||
|
||||
@@ -1 +1,2 @@
|
||||
node dist/apps/immich/apps/immich/src/main
|
||||
#! /bin/sh
|
||||
exec node dist/apps/immich/apps/immich/src/main
|
||||
|
||||
Reference in New Issue
Block a user