Browse Source

petit oubli

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

2
Dockerfile

@ -14,7 +14,7 @@ RUN sed -i'' 's/^Listen 80$/Listen 8080/' "/etc/apache2/ports.conf" && \
rm -rf "/usr/share/doc/*" \ rm -rf "/usr/share/doc/*" \
"/var/cache/*" \ "/var/cache/*" \
"/var/lib/apt/lists/*" \ "/var/lib/apt/lists/*" \
"/var/www/html"
"/var/www/html" && \
groupadd -g "1007" "nginx" && \ groupadd -g "1007" "nginx" && \
usermod -a -G "nginx" "www-data" && \ usermod -a -G "nginx" "www-data" && \
ln -s "/var/www/mydl.cabillot.eu/root" "/var/www/html" && \ ln -s "/var/www/mydl.cabillot.eu/root" "/var/www/html" && \

Loading…
Cancel
Save