generated from Fascinated/nextjs-13-template-with-tailwindcss
haha bye bye nextjs analytics
This commit is contained in:
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user