Sfoglia il codice sorgente

更新 'Dockerfile'

lisha 2 anni fa
parent
commit
9bb6cba3fd
1 ha cambiato i file con 5 aggiunte e 0 eliminazioni
  1. 5 0
      Dockerfile

+ 5 - 0
Dockerfile

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