1
0
Fork 0
mirror of https://github.com/alangrainger/immich-public-proxy.git synced 2025-01-15 12:36:44 +01:00

Move NODE_ENV from docker-compose

This commit is contained in:
Alan Grainger 2024-11-01 19:02:31 +01:00
parent f639896644
commit 331eb87207
2 changed files with 2 additions and 2 deletions

View file

@ -8,6 +8,8 @@ RUN npm install --omit=dev
COPY . .
ENV NODE_ENV=production
# Build without type checking, as we have removed the Typescript
# dev-dependencies above to save space in the final build
RUN npx tsc --noCheck

View file

@ -5,8 +5,6 @@ services:
restart: always
ports:
- ${PORT}:3000
environment:
- NODE_ENV=production
env_file:
- .env
healthcheck: