Browse Source

ménage

master
root 3 years ago
parent
commit
e9d8c4b12d
1 changed files with 2 additions and 1 deletions
  1. 3
      Dockerfile

3
Dockerfile

@ -19,7 +19,8 @@ RUN sed -i'' 's/^Listen 80$/Listen 8080/' "/etc/apache2/ports.conf" && \
"/usr/src/*" \
"/var/cache/*" \
"/var/log/"{apt/*,dpkg.log} \
"/var/www/html" && \
"/var/www/html" \
"/tmp/*" && \
groupadd -g "1007" "nginx" && \
usermod -a -G "nginx" "www-data" && \
ln -s "/var/www/mydl.cabillot.eu/root" "/var/www/html" && \

Loading…
Cancel
Save