This website requires JavaScript.
Explore
Help
Sign In
c-l
/
immich
Watch
1
Star
0
Fork
You've already forked immich
0
mirror of
https://github.com/immich-app/immich.git
synced
2025-01-04 02:46:47 +01:00
Code
Releases
Activity
a287be1f0c
immich
/
server
/
start-microservices.sh
3 lines
73 B
Bash
Raw
Normal View
History
Unescape
Escape
fix(docker-build): start main process with exec (#1210) * Use exec * Appl shellcheck fixes * Close with newline
2022-12-29 21:49:02 +01:00
#! /bin/sh
exec
node dist/apps/microservices/apps/microservices/src/main
Copy permalink