mirror of
https://github.com/10h30/ols-docker-env.git
synced 2026-05-12 15:21:24 +09:00
demoscript fix
This commit is contained in:
@@ -27,6 +27,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"]
|
||||
|
||||
|
||||
@@ -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"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user