Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnNiang committed May 8, 2019
1 parent 1d2e5fe commit 8b97f04
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ VOLUME /tmp

ARG JAR_FILE=build/libs/halo-1.0.0.bata.jar
ARG PORT=8090
ARG TIME_ZONE=Asia/Shanghai

ENV TZ=Asia/Shanghai
ENV TZ=${TIME_ZONE}

COPY ${JAR_FILE} halo.jar

Expand Down

0 comments on commit 8b97f04

Please sign in to comment.