diff --git a/Dockerfile b/Dockerfile index 5b92217..b9faaea 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,7 +21,7 @@ COPY . . # Next.js collects completely anonymous telemetry data about general usage. # Learn more here: https://nextjs.org/telemetry # Uncomment the following line in case you want to disable telemetry during the build. -# ENV NEXT_TELEMETRY_DISABLED 1 +ENV NEXT_TELEMETRY_DISABLED 1 ARG STRAPI_URL=http://localhost:1337 ARG STRAPI_TOKEN=TOKEN