diff --git a/Dockerfile b/Dockerfile index 0826659..e82d476 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,11 @@ +FROM cloudposse/packages:0.2.1 as packages FROM nginx:1.15.0-alpine +ENV HOMEPAGE=https://cloudposse.com/ +ENV EMAIL=hello@cloudposse.com + +COPY --from=packages /packages/bin/gomplate /usr/bin/ + ADD rootfs/ / + +CMD ["gomplate", "--input-dir", "/usr/share/nginx/html/", "--output-dir", "/usr/share/nginx/html/", "--", "nginx", "-g", "daemon off;"] diff --git a/rootfs/usr/share/nginx/html/404.html b/rootfs/usr/share/nginx/html/404.html index 898c119..4a9a417 100644 --- a/rootfs/usr/share/nginx/html/404.html +++ b/rootfs/usr/share/nginx/html/404.html @@ -163,8 +163,8 @@

- Go To Homepage - Report A Problem + Go To Homepage + Report A Problem