Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
FROM ghcr.io/jhhgiyv/highlight2api:latest
|
| 2 |
ENV DEBUG=false
|
| 3 |
COPY config /app/config
|
| 4 |
-
EXPOSE
|
| 5 |
-
CMD ["
|
|
|
|
| 1 |
FROM ghcr.io/jhhgiyv/highlight2api:latest
|
| 2 |
ENV DEBUG=false
|
| 3 |
COPY config /app/config
|
| 4 |
+
EXPOSE 8080
|
| 5 |
+
CMD ["/app/start","--port","8080"]
|