diff --git a/back/dashboard.Dockerfile b/back/dashboard.Dockerfile index 8f9ba7e..0594a40 100644 --- a/back/dashboard.Dockerfile +++ b/back/dashboard.Dockerfile @@ -23,7 +23,7 @@ RUN sed -i "s/^$//" \ /etc/apache2/sites-available/000-default.conf RUN sed -i "s/ServerAdmin .*$/ServerAdmin ${ADMIN_EMAIL}/" \ /etc/apache2/sites-available/000-default.conf -RUN sed -i "s|DocumentRoot .*$|DocumentRoot /var/www/cgi-bin\n\tScriptAlias / /var/www/cgi-bin/index.cgi|" \ +RUN sed -i "s|DocumentRoot .*$|DocumentRoot /var/www/cgi-bin\n\tScriptAlias / /var/www/cgi-bin/index.cgi\n\tScriptAlias /ssl /var/www/cgi-bin/ssl.cgi|" \ /etc/apache2/sites-available/000-default.conf # Allow http to run these binaries as root with sudo