diff --git a/Dockerfile b/Dockerfile index 070a9fb..1164ee9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,6 @@ FROM nginx:alpine COPY index.html /usr/share/nginx/html/ +COPY editor.html /usr/share/nginx/html/ COPY css/ /usr/share/nginx/html/css/ COPY js/ /usr/share/nginx/html/js/ COPY assets/ /usr/share/nginx/html/assets/ diff --git a/editor.html b/editor.html new file mode 100644 index 0000000..613afee --- /dev/null +++ b/editor.html @@ -0,0 +1,960 @@ + + +
+ + +