Browse Source

Merge remote-tracking branch 'origin/master'

hsj 3 days ago
parent
commit
ca4cfbaa4a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -8,4 +8,4 @@ RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
 WORKDIR /app
 ADD app.jar /app/app.jar
 
-ENTRYPOINT ["sh","-c","java  -jar $JAVA_OPTS /app/app.jar"]
+ENTRYPOINT ["sh","-c","java  -jar $JAVA_OPTS /app/app.jar"]