From 7c2bb407bee2401b46c9d5959720d6c6468824b7 Mon Sep 17 00:00:00 2001 From: Keith Irwin Date: Wed, 7 Sep 2022 18:40:55 -0600 Subject: [PATCH] Fixed missing tokens file --- back/srv/dashboard/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/back/srv/dashboard/Dockerfile b/back/srv/dashboard/Dockerfile index f05f3b5..812a407 100644 --- a/back/srv/dashboard/Dockerfile +++ b/back/srv/dashboard/Dockerfile @@ -15,5 +15,6 @@ RUN sed -i "s|DocumentRoot .*$|DocumentRoot /var/www/cgi-bin\n\tScriptAlias / /v /etc/apache2/sites-available/000-default.conf RUN echo "www-data ALL=(ALL:ALL) NOPASSWD: ALL" | sudo EDITOR='tee -a' visudo RUN touch /var/local/wgapi_tokens +RUN chown www-data:www-data /var/local/wgapi_tokens EXPOSE ${LISTEN_PORT} CMD ["apachectl", "-D", "FOREGROUND"] \ No newline at end of file