set docker comppand

This commit is contained in:
hay-kot 2021-04-06 13:14:37 -08:00
commit 36ac416f26

View file

@ -19,4 +19,4 @@ COPY ./mealie /app/mealie
RUN poetry install RUN poetry install
RUN chmod +x /app/mealie/run.sh RUN chmod +x /app/mealie/run.sh
CMD /app/mealie/run.sh reload CMD ["/app/mealie/run.sh", "reload"]