Skip to content

Commit

Permalink
removed unused env and replaced legacy env layout
Browse files Browse the repository at this point in the history
  • Loading branch information
Apfelwurm committed Oct 1, 2024
1 parent 6bc83c1 commit 9c29bae
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@ LABEL org.opencontainers.image.authors="Thornton Phillis ([email protected]),

# 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

Expand Down

0 comments on commit 9c29bae

Please sign in to comment.