Fixed missing tokens file

master
Keith Irwin 2022-09-07 18:40:55 -06:00
parent 2b71ad38e8
commit 7c2bb407be
Signed by: ki9
GPG Key ID: DF773B3F4A88DA86
1 changed files with 1 additions and 0 deletions

View File

@ -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"]