File size: 128 Bytes
8a515cd
c81639b
 
3452de5
 
1
2
3
4
5
FROM ghcr.io/jhhgiyv/highlight2api:latest
ENV DEBUG=false
COPY config /app/config
EXPOSE 8080
CMD ["/app/start","--port","8080"]