fixed fed dockerfile lib location

master
Keith Irwin 2022-09-15 14:09:48 -06:00
parent 6195c6d914
commit af899e404f
Signed by: ki9
GPG Key ID: DF773B3F4A88DA86
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ RUN sed -i "s|DocumentRoot .*$|DocumentRoot /var/www/cgi-bin\n\tScriptAlias / /v
# TODO: Copy only needed libs
RUN mkdir /var/www/cgi-bin/ && chown www-data:www-data /var/www/cgi-bin/
COPY dashboard.cgi /var/www/cgi-bin/index.cgi
COPY lib/ /usr/local/bin/
COPY lib/ /usr/lib/wgapi/
# Run time!
EXPOSE ${LISTEN_PORT}