mirror of
				https://github.com/mealie-recipes/mealie.git
				synced 2025-10-31 10:13:32 -04:00 
			
		
		
		
	set TESTING=false in containers (#968)
This commit is contained in:
		| @@ -63,6 +63,7 @@ RUN poetry install -E pgsql --no-dev | |||||||
| ############################################### | ############################################### | ||||||
| FROM python-base as development | FROM python-base as development | ||||||
| ENV PRODUCTION=false | ENV PRODUCTION=false | ||||||
|  | ENV TESTING=false | ||||||
|  |  | ||||||
| # copying poetry and venv into image | # copying poetry and venv into image | ||||||
| COPY --from=builder-base $POETRY_HOME $POETRY_HOME | COPY --from=builder-base $POETRY_HOME $POETRY_HOME | ||||||
| @@ -95,6 +96,7 @@ RUN echo "crfpp-container" | |||||||
| ############################################### | ############################################### | ||||||
| FROM python-base as production | FROM python-base as production | ||||||
| ENV PRODUCTION=true | ENV PRODUCTION=true | ||||||
|  | ENV TESTING = false | ||||||
|  |  | ||||||
| # curl for used by healthcheck | # curl for used by healthcheck | ||||||
| RUN apt-get update \ | RUN apt-get update \ | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user