Spaces:
Build error
Build error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -22,6 +22,6 @@ EXPOSE 7860
|
|
22 |
# Next.js collects completely anonymous telemetry data about general usage.
|
23 |
# Learn more here: https://nextjs.org/telemetry
|
24 |
# Uncomment the following line in case you want to disable telemetry.
|
25 |
-
# ENV
|
26 |
|
27 |
CMD ["yarn", "start"]
|
|
|
22 |
# Next.js collects completely anonymous telemetry data about general usage.
|
23 |
# Learn more here: https://nextjs.org/telemetry
|
24 |
# Uncomment the following line in case you want to disable telemetry.
|
25 |
+
# ENV NEXT_TELEMETRY_activate 1
|
26 |
|
27 |
CMD ["yarn", "start"]
|