mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-14 18:57:44 -07:00
update env settings for production and testing
This commit is contained in:
parent
ac07065613
commit
fbc17b670d
2 changed files with 6 additions and 5 deletions
|
@ -96,7 +96,7 @@ RUN echo "crfpp-container"
|
|||
###############################################
|
||||
FROM python-base as production
|
||||
ENV PRODUCTION=true
|
||||
ENV TESTING = false
|
||||
ENV TESTING=false
|
||||
|
||||
# curl for used by healthcheck
|
||||
RUN apt-get update \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue