|
|
@@ -0,0 +1,6 @@
|
|
|
+FROM hub.c.163.com/library/nginx
|
|
|
+MAINTAINER USOFTCHINA <yingp@usoftchina.com>
|
|
|
+RUN rm /etc/nginx/conf.d/default.conf
|
|
|
+ADD runtime/nginx/default.conf /etc/nginx/conf.d/
|
|
|
+COPY build/development/saas/ /usr/share/nginx/html/
|
|
|
+COPY set-token.html /usr/share/nginx/html/
|