Commit c7af14ca by Administrator

Add new Dockerfile

parent c302d3c1
FROM harbor.docker.zhiweidata.top/service/oracle-jdk:8
WORKDIR /usr/local/
ENV TZ="Asia/Shanghai"
COPY target/brandkbs2-0.0.1-SNAPSHOT.jar ./brandkbs2.jar
ENTRYPOINT ["java","-jar","brandkbs2.jar"]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment