Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -22,7 +22,7 @@ RUN echo '#!/bin/sh\nnpm start' > start.sh \
|
|
| 22 |
USER node
|
| 23 |
|
| 24 |
# Expose the port
|
| 25 |
-
EXPOSE
|
| 26 |
|
| 27 |
# Run the start.sh script
|
| 28 |
CMD ["sh", "start.sh"]
|
|
|
|
| 22 |
USER node
|
| 23 |
|
| 24 |
# Expose the port
|
| 25 |
+
EXPOSE 8000
|
| 26 |
|
| 27 |
# Run the start.sh script
|
| 28 |
CMD ["sh", "start.sh"]
|