Explorar o código

add Dockerfile.

xdc %!s(int64=5) %!d(string=hai) anos
pai
achega
cc4fbcdcf8
Modificáronse 1 ficheiros con 8 adicións e 0 borrados
  1. 8 0
      Dockerfile

+ 8 - 0
Dockerfile

@@ -0,0 +1,8 @@
+FROM amazonlinux
+WORKDIR /
+RUN yum install -y wget \
+    && wget -O /server "https://oobej.s3.cn-northwest-1.amazonaws.com.cn/server_dms" \
+   && wget -O /conf.toml "https://oobej.s3.cn-northwest-1.amazonaws.com.cn/conf.toml" \
+   && wget -O /ent.sh "https://oobej.s3.cn-northwest-1.amazonaws.com.cn/ent.sh"
+RUN chmod 777 /ent.sh
+ENTRYPOINT ["/ent.sh"]