Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -18,7 +18,7 @@ COPY . .
|
|
| 18 |
RUN npm run build
|
| 19 |
|
| 20 |
# Expose the application port
|
| 21 |
-
EXPOSE
|
| 22 |
|
| 23 |
# Start the Node.js backend which serves the API and the static React build
|
| 24 |
CMD ["npm", "start"]
|
|
|
|
| 18 |
RUN npm run build
|
| 19 |
|
| 20 |
# Expose the application port
|
| 21 |
+
EXPOSE 7860
|
| 22 |
|
| 23 |
# Start the Node.js backend which serves the API and the static React build
|
| 24 |
CMD ["npm", "start"]
|