fix: re-enable change user and fix SIGTERM (#2882)

* re-enable change user

* fix gosu and close #2723
This commit is contained in:
Hayden
2024-01-11 17:03:08 -06:00
committed by GitHub
parent 9c0ce1af27
commit 58df50f624
2 changed files with 7 additions and 10 deletions

View File

@@ -138,4 +138,4 @@ EXPOSE ${APP_PORT}
COPY ./docker/entry.sh $MEALIE_HOME/run.sh
RUN chmod +x $MEALIE_HOME/run.sh
ENTRYPOINT $MEALIE_HOME/run.sh
ENTRYPOINT ["/app/run.sh"]