Sfoglia il codice sorgente

更新 'Dockerfile'

lisha 1 anno fa
parent
commit
72b11eca55
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -7,4 +7,4 @@ ADD . .
 RUN chmod +x -R /wrapper-compute-engine
 WORKDIR ./bin
 
-CMD ["wrapper-compute-engine","start"]
+CMD ["sh","wrapper-compute-engine","start"]