FROM registry.cn-hangzhou.aliyuncs.com/idmesh/public:jdk8 RUN mkdir /app WORKDIR /tmp/build COPY ./target/app.jar ./ ENTRYPOINT java -jar app.jar