1
0
mirror of https://github.com/immich-app/immich.git synced 2025-08-10 23:22:22 +02:00

refactor: node_env => immich_env (#9561)

This commit is contained in:
Jason Rasmussen
2024-05-17 13:30:05 -04:00
committed by GitHub
parent 2689178a35
commit 2e62c7b417
7 changed files with 9 additions and 11 deletions

View File

@@ -74,8 +74,7 @@ RUN apt-get update && \
rm -rf /var/lib/apt/lists/*
WORKDIR /usr/src/app
ENV NODE_ENV=production \
TRANSFORMERS_CACHE=/cache \
ENV TRANSFORMERS_CACHE=/cache \
PYTHONDONTWRITEBYTECODE=1 \
PYTHONUNBUFFERED=1 \
PATH="/opt/venv/bin:$PATH" \