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