mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-08-05 13:35:23 +02:00
fix: re-enable change user and fix SIGTERM (#2882)
* re-enable change user * fix gosu and close #2723
This commit is contained in:
parent
9c0ce1af27
commit
58df50f624
2 changed files with 7 additions and 10 deletions
|
@ -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"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue