Compare commits

..

1 commit

Author SHA1 Message Date
335e7109fe
Bump version 2024-09-23 21:22:11 +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