demoscript fix

This commit is contained in:
Cold-Egg
2020-01-09 12:18:41 -05:00
parent 9d177175d8
commit 6b9bd702d7
7 changed files with 58 additions and 13 deletions
+1 -1
View File
@@ -22,6 +22,6 @@ RUN chown 999:999 /usr/local/lsws/conf -R
COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]
WORKDIR /var/www/html/
WORKDIR /var/www/vhosts/
CMD ["/usr/local/lsws/bin/openlitespeed","-n"]