mirror of
https://github.com/tuna2134/cecilia.git
synced 2026-02-06 14:42:40 +00:00
chore: comment out NODE_ENV in Dockerfile and remove console log from header component
This commit is contained in:
@@ -14,7 +14,7 @@ RUN --mount=type=cache,target=/src/.next/cache \
|
||||
|
||||
FROM gcr.io/distroless/nodejs22-debian12
|
||||
|
||||
ENV NODE_ENV=production
|
||||
# ENV NODE_ENV=production
|
||||
WORKDIR /usr/src
|
||||
|
||||
COPY --chown=nonroot:nonroot ./public ./public
|
||||
|
||||
Reference in New Issue
Block a user