1
0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2024-12-29 15:11:58 +00:00

fix(nginx): fix entrypoint (#1284)

This commit is contained in:
otbutz 2023-01-10 17:10:15 +01:00 committed by GitHub
parent 0a464f9d28
commit acffabf9de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,4 +8,4 @@ COPY start.sh /start.sh
STOPSIGNAL SIGQUIT
ENTRYPOINT ["start.sh"]
ENTRYPOINT ["/start.sh"]