Browse Source

更新 'Dockerfile'

测速jenkins
husj 4 days ago
parent
commit
108c19f0eb
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"]