Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -14,7 +14,7 @@ RUN npm install
|
|
14 |
COPY . .
|
15 |
|
16 |
# Make port 3000 available to the world outside this container
|
17 |
-
EXPOSE
|
18 |
|
19 |
# Define environment variable
|
20 |
ENV NODE_ENV=production
|
|
|
14 |
COPY . .
|
15 |
|
16 |
# Make port 3000 available to the world outside this container
|
17 |
+
EXPOSE 7860
|
18 |
|
19 |
# Define environment variable
|
20 |
ENV NODE_ENV=production
|