Spaces:
Runtime error
Runtime error
Esteves Enzo
commited on
Commit
·
d79c631
1
Parent(s):
76e1768
update entrypoint
Browse files- Dockerfile +1 -1
- README.md +1 -1
Dockerfile
CHANGED
|
@@ -24,7 +24,7 @@ RUN chmod +x entrypoint.sh
|
|
| 24 |
RUN npm run build
|
| 25 |
|
| 26 |
# Expose the application port (assuming your app runs on port 3000)
|
| 27 |
-
EXPOSE
|
| 28 |
|
| 29 |
# Start the application
|
| 30 |
ENTRYPOINT ["/usr/src/app/entrypoint.sh"]
|
|
|
|
| 24 |
RUN npm run build
|
| 25 |
|
| 26 |
# Expose the application port (assuming your app runs on port 3000)
|
| 27 |
+
EXPOSE 3002
|
| 28 |
|
| 29 |
# Start the application
|
| 30 |
ENTRYPOINT ["/usr/src/app/entrypoint.sh"]
|
README.md
CHANGED
|
@@ -5,7 +5,7 @@ colorFrom: black
|
|
| 5 |
colorTo: black
|
| 6 |
sdk: docker
|
| 7 |
pinned: false
|
| 8 |
-
app_port:
|
| 9 |
license: mit
|
| 10 |
---
|
| 11 |
|
|
|
|
| 5 |
colorTo: black
|
| 6 |
sdk: docker
|
| 7 |
pinned: false
|
| 8 |
+
app_port: 3002
|
| 9 |
license: mit
|
| 10 |
---
|
| 11 |
|