commit | d652872baa69bbfdbcbf5d7011d462e2345efd4a | [log] [tgz] |
---|---|---|
author | Nico Huber <nico.h@gmx.de> | Sat Jul 01 14:38:39 2023 +0000 |
committer | Nico Huber <nico.h@gmx.de> | Sat Jul 01 16:37:17 2023 +0000 |
tree | d61e78ea3ecd94231805bd1d7b3b428d454a7142 | |
parent | 5407310b863947c4c34e5c944cade1459dcddaa3 [diff] [blame] |
Set (sub)domain name via environment
diff --git a/nginx/Dockerfile b/nginx/Dockerfile index 18cbc8e..9809c58 100644 --- a/nginx/Dockerfile +++ b/nginx/Dockerfile
@@ -23,3 +23,9 @@ FROM nginx_${SSL_VARIANT} + +COPY nginx/Dockerfile.entrypoint /nginx-entrypoint +RUN chmod 544 /nginx-entrypoint + +ENTRYPOINT ["/bin/sh", "/nginx-entrypoint"] +CMD ["nginx", "-g", "daemon off;"]