Compare commits

..

2 commits

Author SHA1 Message Date
476575a9b4
Bump version 2024-09-24 05:54:01 +00:00
b6346255fb
Disable runtime telemetry 2024-09-24 05:54:01 +00:00

View file

@ -27,7 +27,7 @@ WORKDIR /app
ENV NODE_ENV=production
# Uncomment the following line in case you want to disable telemetry during runtime.
# ENV NEXT_TELEMETRY_DISABLED=1
ENV NEXT_TELEMETRY_DISABLED=1
RUN apk add shadow
RUN groupadd --system --gid 1001 nodejs