Browse Source

添加 'businessweb-user/Dockerfile'

chenghongxi 4 years ago
parent
commit
8309a8056e
1 changed files with 10 additions and 0 deletions
  1. 10 0
      businessweb-user/Dockerfile

+ 10 - 0
businessweb-user/Dockerfile

@@ -0,0 +1,10 @@
+FROM golang:1.9.2
+RUN ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
+RUN echo 'Asia/Shanghai' > /etc/timezone
+
+COPY css /go/bin/css
+COPY images /go/bin/images
+COPY js /go/bin/js
+COPY fillin.html /go/bin
+COPY home.html /go/bin
+COPY index.html /go/bin