Spaces:
Running
Running
CrispStrobe commited on
Commit ·
4472bda
1
Parent(s): 9b00e3a
fix: explicitly set ENV PORT=7860 for HF Spaces
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -14,6 +14,7 @@ COPY . .
|
|
| 14 |
RUN npm run build
|
| 15 |
|
| 16 |
# HF Spaces require port 7860
|
|
|
|
| 17 |
EXPOSE 7860
|
| 18 |
|
| 19 |
# On startup:
|
|
|
|
| 14 |
RUN npm run build
|
| 15 |
|
| 16 |
# HF Spaces require port 7860
|
| 17 |
+
ENV PORT=7860
|
| 18 |
EXPOSE 7860
|
| 19 |
|
| 20 |
# On startup:
|