Browse Source

更新 'Dockerfile'

lisha 1 năm trước cách đây
mục cha
commit
f7435a9548
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      Dockerfile

+ 2 - 2
Dockerfile

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