From 9c29baeb0fe1c728157bf7274e17490418968041 Mon Sep 17 00:00:00 2001 From: Alexander Volz Date: Tue, 1 Oct 2024 20:24:53 +0200 Subject: [PATCH] removed unused env and replaced legacy env layout --- Dockerfile | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9064b43..660b31e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,11 +3,10 @@ LABEL org.opencontainers.image.authors="Thornton Phillis (Th0rn0@lanops.co.uk), # ENV - Config -ENV UUID 1000 -ENV GUID 1000 -ENV NGINX_VERSION 1.26.2 -ENV SUPERVISOR_LOG_ROOT /var/log/supervisor -ENV NGINX_DOCUMENT_ROOT /web/html +ENV UUID=1000 +ENV GUID=1000 +ENV SUPERVISOR_LOG_ROOT=/var/log/supervisor +ENV NGINX_DOCUMENT_ROOT=/web/html # Install Dependencies