From fb3e03d64293392f97e44aa886ac049d93c759e4 Mon Sep 17 00:00:00 2001 From: Keith Irwin Date: Sat, 10 Sep 2022 12:07:03 -0600 Subject: [PATCH] Better description --- back/srv/dashboard/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/back/srv/dashboard/Dockerfile b/back/srv/dashboard/Dockerfile index 97315d1..81e5272 100644 --- a/back/srv/dashboard/Dockerfile +++ b/back/srv/dashboard/Dockerfile @@ -24,7 +24,7 @@ RUN sed -i "s|DocumentRoot .*$|DocumentRoot /var/www/cgi-bin\n\tScriptAlias / /v RUN echo "www-data ALL=(ALL:ALL) NOPASSWD: /usr/bin/wg, /usr/bin/openssl, /bin/[, /bin/mkdir, /bin/rm, /bin/chmod" \ | sudo EDITOR='tee -a' visudo -# Prepare filesystem +# Create temporary files RUN touch /var/local/wgapi_tokens RUN chown www-data:www-data /var/local/wgapi_tokens