Browse Source

更新 'Dockerfile'

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

+ 1 - 1
Dockerfile

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