diff --git a/admin-web/Dockerfile b/admin-web/Dockerfile new file mode 100644 index 0000000..19aeab9 --- /dev/null +++ b/admin-web/Dockerfile @@ -0,0 +1,9 @@ +FROM nginx:alpine + +RUN rm /etc/nginx/conf.d/default.conf +COPY nginx.conf /etc/nginx/conf.d/default.conf +COPY index.html /usr/share/nginx/html/index.html + +EXPOSE 80 + +CMD ["nginx", "-g", "daemon off;"] diff --git a/admin-web/index.html b/admin-web/index.html new file mode 100644 index 0000000..1109aec --- /dev/null +++ b/admin-web/index.html @@ -0,0 +1,1445 @@ + + +
+ + +