Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -18,7 +18,7 @@ RUN npm ci
|
|
| 18 |
# Copy server files
|
| 19 |
COPY . .
|
| 20 |
|
| 21 |
-
# Expose port
|
| 22 |
EXPOSE 7860
|
| 23 |
|
| 24 |
# Run the Node.js server
|
|
|
|
| 18 |
# Copy server files
|
| 19 |
COPY . .
|
| 20 |
|
| 21 |
+
# Expose port 7860 for Hugging Face compatibility
|
| 22 |
EXPOSE 7860
|
| 23 |
|
| 24 |
# Run the Node.js server
|