maybe fix?
Some checks failed
Main / build-and-push-docker-image (20.x) (push) Failing after 2m56s

This commit is contained in:
2025-12-05 19:04:04 -05:00
parent 645e039a9c
commit 62d2ed90e5

View File

@@ -44,8 +44,8 @@ RUN \
fi fi
# Production image, copy all the files and run next # Production image, copy all the files and run next
FROM base AS runner # FROM base AS runner
WORKDIR /app # WORKDIR /app
ENV NODE_ENV=production ENV NODE_ENV=production
# Uncomment the following line in case you want to disable telemetry during runtime. # Uncomment the following line in case you want to disable telemetry during runtime.