1
0
mirror of https://github.com/immich-app/immich.git synced 2024-12-25 10:43:13 +02: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 STOPSIGNAL SIGQUIT
ENTRYPOINT ["start.sh"] ENTRYPOINT ["/start.sh"]