FROM registry-vpc.cn-shenzhen.aliyuncs.com/sibu/java:2.0.0
COPY app.jar . ENV JAVA_OPTS "" EXPOSE 8080 CMD java -jar ${JAVA_OPTS} app.jar