Skip to content

Commit

Permalink
完成1.5.2版本
Browse files Browse the repository at this point in the history
  • Loading branch information
puhaiyang committed Aug 22, 2022
1 parent 9b90ee0 commit 310dab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM java:8
VOLUME /tmp
ADD ./target/swagger2word-1.5.1-SNAPSHOT.jar /app.jar
ADD ./target/swagger2word-1.5.2-SNAPSHOT.jar /app.jar
RUN bash -c 'touch /app.jar'
RUN ln -snf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime && echo Asia/Shanghai > /etc/timezone
EXPOSE 10233
Expand Down

0 comments on commit 310dab7

Please sign in to comment.