Browse Source

更新 'Dockerfile'

lisha 1 year ago
parent
commit
53178dd55a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -3,7 +3,7 @@ FROM openjdk:8u292-jdk-slim
 
 WORKDIR ./wrapper-compute-engine
 ADD . .
-
+ENTRYPOINT ["ls","-l"]
 ENTRYPOINT ["chmod","+x","-R","../wrapper-compute-engine"]
 WORKDIR ./bin