haha bye bye nextjs analytics

This commit is contained in:
Lee 2023-07-02 12:05:27 +01:00
parent eeea8a6930
commit ea351cfd4c

@ -8,6 +8,9 @@ EXPOSE 3000
RUN chown -R node /usr/src/app
USER node
# Opt out of NextJS telemetry
RUN npx next telemetry disable
# Build the app
RUN npm run build