Spaces:
Build error
Build error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -17,7 +17,7 @@ RUN yarn build
|
|
17 |
|
18 |
ENV NODE_ENV production
|
19 |
|
20 |
-
EXPOSE
|
21 |
|
22 |
# Next.js collects completely anonymous telemetry data about general usage.
|
23 |
# Learn more here: https://nextjs.org/telemetry
|
|
|
17 |
|
18 |
ENV NODE_ENV production
|
19 |
|
20 |
+
EXPOSE 7860
|
21 |
|
22 |
# Next.js collects completely anonymous telemetry data about general usage.
|
23 |
# Learn more here: https://nextjs.org/telemetry
|