mirror of
https://github.com/immich-app/immich.git
synced 2025-03-01 15:11:21 +01:00
fix(nginx): fix entrypoint (#1284)
This commit is contained in:
parent
0a464f9d28
commit
acffabf9de
1 changed files with 1 additions and 1 deletions
|
@ -8,4 +8,4 @@ COPY start.sh /start.sh
|
||||||
|
|
||||||
STOPSIGNAL SIGQUIT
|
STOPSIGNAL SIGQUIT
|
||||||
|
|
||||||
ENTRYPOINT ["start.sh"]
|
ENTRYPOINT ["/start.sh"]
|
||||||
|
|
Loading…
Add table
Reference in a new issue