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:
parent
0a464f9d28
commit
acffabf9de
1 changed files with 1 additions and 1 deletions
|
@ -8,4 +8,4 @@ COPY start.sh /start.sh
|
|||
|
||||
STOPSIGNAL SIGQUIT
|
||||
|
||||
ENTRYPOINT ["start.sh"]
|
||||
ENTRYPOINT ["/start.sh"]
|
||||
|
|
Loading…
Reference in a new issue