fix(nginx): Switch to sh (#1282)

* Switch to sh

* Fix entrypoint
This commit is contained in:
otbutz
2023-01-10 17:04:35 +01:00
committed by GitHub
parent 7add754fc3
commit 0a464f9d28
2 changed files with 4 additions and 4 deletions

View File

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