feat: update java web demo

This commit is contained in:
zhanghelong 2021-08-25 14:30:10 +08:00
parent 2cefef6bbe
commit 7b5d46c56a
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM adoptopenjdk/openjdk8 FROM registry.cn-hangzhou.aliyuncs.com/idmesh/public:jdk8
RUN mkdir /app RUN mkdir /app
WORKDIR /tmp/build WORKDIR /tmp/build
COPY ./target/app.jar ./ COPY ./target/app.jar ./