Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -17,7 +17,7 @@ WORKDIR /app
|
|
| 17 |
RUN npm install
|
| 18 |
|
| 19 |
# Expose the necessary port (modify based on your API)
|
| 20 |
-
EXPOSE
|
| 21 |
|
| 22 |
# Run as root to avoid permission issues
|
| 23 |
USER root
|
|
|
|
| 17 |
RUN npm install
|
| 18 |
|
| 19 |
# Expose the necessary port (modify based on your API)
|
| 20 |
+
EXPOSE 8080
|
| 21 |
|
| 22 |
# Run as root to avoid permission issues
|
| 23 |
USER root
|