Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -41,7 +41,7 @@ RUN echo "Chromium path: $(npm explore chromium -- npm bin)"
|
|
| 41 |
COPY . .
|
| 42 |
|
| 43 |
# Expose the port
|
| 44 |
-
EXPOSE
|
| 45 |
|
| 46 |
# Command to run the app
|
| 47 |
CMD ["node", "server.js"]
|
|
|
|
| 41 |
COPY . .
|
| 42 |
|
| 43 |
# Expose the port
|
| 44 |
+
EXPOSE 7860
|
| 45 |
|
| 46 |
# Command to run the app
|
| 47 |
CMD ["node", "server.js"]
|