magicboris commited on
Commit
3452de5
·
verified ·
1 Parent(s): c81639b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 7860
5
- CMD ["sh","-c","python -m http.server 1>/dev/null 2>&1 & exec /app/start --port 7860"]
 
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"]