Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -26,8 +26,8 @@ COPY . .
|
|
26 |
|
27 |
# Expose the port your app listens on
|
28 |
|
29 |
-
ENV PORT=
|
30 |
-
EXPOSE
|
31 |
ENV NAME=World
|
32 |
|
33 |
|
|
|
26 |
|
27 |
# Expose the port your app listens on
|
28 |
|
29 |
+
ENV PORT=7860
|
30 |
+
EXPOSE 7860
|
31 |
ENV NAME=World
|
32 |
|
33 |
|