This website requires JavaScript.
Explore
Help
Register
Sign In
self-hosted
/
immich
Watch
1
Star
0
Fork
0
You've already forked immich
mirror of
https://github.com/immich-app/immich.git
synced
2024-12-26 10:50:29 +02:00
Code
Issues
Releases
Activity
a648da021f
immich
/
machine-learning
/
entrypoint.sh
5 lines
87 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 22:49:02 +02:00
#! /bin/sh
Fixed npm run start:prod not able to find build directory (#83)
2022-03-29 04:00:17 +02:00
# npm run typeorm migration:run
Fixed machine-learning container cannot start prod
2022-08-21 07:26:47 +02:00
# npm run start:prod
fix(docker-build): start main process with exec (#1210) * Use exec * Appl shellcheck fixes * Close with newline
2022-12-29 22:49:02 +02:00
exec
node dist/main.js
Reference in New Issue
Copy Permalink