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 |
# Expose port 3000 to have it mapped by Docker daemon
|
17 |
-
EXPOSE
|
18 |
|
19 |
# Command to run when starting the container
|
20 |
CMD ["node", "server.js"]
|
|
|
14 |
COPY . .
|
15 |
|
16 |
# Expose port 3000 to have it mapped by Docker daemon
|
17 |
+
EXPOSE 7860
|
18 |
|
19 |
# Command to run when starting the container
|
20 |
CMD ["node", "server.js"]
|