file-online-preview/Dockerfile
陈精华 1d39360c60
Some checks failed
Java CI with Maven / build (push) Has been cancelled
4.4.0版本发布
2025-01-16 10:44:41 +08:00

5 lines
309 B
Docker

FROM keking/kkfileview-base:4.4.0
ADD server/target/kkFileView-*.tar.gz /opt/
ENV KKFILEVIEW_BIN_FOLDER=/opt/kkFileView-4.4.0/bin
ENTRYPOINT ["java","-Dfile.encoding=UTF-8","-Dspring.config.location=/opt/kkFileView-4.4.0/config/application.properties","-jar","/opt/kkFileView-4.4.0/bin/kkFileView-4.4.0.jar"]