diff --git a/Dockerfile b/glibc/Dockerfile similarity index 98% rename from Dockerfile rename to glibc/Dockerfile index d4b5cc6..61e04cf 100644 --- a/Dockerfile +++ b/glibc/Dockerfile @@ -70,7 +70,6 @@ COPY --from=build /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 \ /lib/x86_64-linux-gnu/libresolv.so.2 \ /lib/x86_64-linux-gnu/ COPY --from=build /tmp/nginx/objs/nginx /nginx -COPY --from=build /tmp/nginx/html /etc/nginx/html STOPSIGNAL SIGTERM diff --git a/rootfs/etc/nginx/html/50x.html b/rootfs/etc/nginx/html/50x.html new file mode 100644 index 0000000..9071e0a --- /dev/null +++ b/rootfs/etc/nginx/html/50x.html @@ -0,0 +1,21 @@ + + +
+Sorry, the page you are looking for is currently unavailable.
+Please try again later.
If you are the system administrator of this resource then you should check +the error log for details.
+Faithfully yours, nginx.
+ + diff --git a/rootfs/etc/nginx/html/index.html b/rootfs/etc/nginx/html/index.html new file mode 100644 index 0000000..2ca3b95 --- /dev/null +++ b/rootfs/etc/nginx/html/index.html @@ -0,0 +1,25 @@ + + + +If you see this page, the nginx web server is successfully installed and +working. Further configuration is required.
+ +For online documentation and support please refer to
+nginx.org.
+Commercial support is available at
+nginx.com.
Thank you for using nginx.
+ +