소스 검색

更新 'businessweb-user/Dockerfile'

chenghongxi 4 년 전
부모
커밋
7fca8d9855
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      businessweb-user/Dockerfile

+ 2 - 1
businessweb-user/Dockerfile

@@ -8,4 +8,5 @@ COPY js /go/bin/js
 COPY fillin.html /go/bin
 COPY home.html /go/bin
 COPY index.html /go/bin
-WORKDIR /go/bin
+WORKDIR /go/bin
+CMD ["echo","hello"]