Fix dev setup

This commit is contained in:
Weves
2023-05-17 15:48:46 -07:00
committed by Chris Weaver
parent 25d12ea604
commit bdebb9d441
6 changed files with 25 additions and 22 deletions

View File

@@ -31,7 +31,9 @@ RUN npm run build
FROM base AS runner
WORKDIR /app
ENV NODE_ENV production
# Not needed, set by compose
# ENV NODE_ENV production
# Disable automatic telemetry collection
ENV NEXT_TELEMETRY_DISABLED 1