Browse Source

更新 'Dockerfile'

lisha 1 year ago
parent
commit
2a9e64ba3c
1 changed files with 3 additions and 1 deletions
  1. 3 1
      Dockerfile

+ 3 - 1
Dockerfile

@@ -4,10 +4,12 @@ FROM openjdk:8u292-jdk-slim
 
 WORKDIR ./wrapper-compute-engine
 
-RUN chmod +x -R *
 
 ADD . .
 
 WORKDIR bin
 
+RUN chmod +x -R wrapper-compute-engine
+
+
 CMD ["sh", "wrapper-compute-engine","start"]