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