Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +4 -3
Dockerfile
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
FROM ghcr.io/jhhgiyv/highlight2api:latest
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
|
|
|
|
|
| 1 |
FROM ghcr.io/jhhgiyv/highlight2api:latest
|
| 2 |
+
ENV DEBUG=false
|
| 3 |
+
COPY config /app/config
|
| 4 |
+
EXPOSE 7860
|
| 5 |
+
CMD ["sh","-c","python -m http.server 1>/dev/null 2>&1 & exec /app/start --port 7860"]
|