Browse Source

docker: do not mention instance-config.php in leftypol dockerfile

pull/115/head
Zankaria 4 weeks ago
parent
commit
040bf21c47
  1. 4
      docker/php/Dockerfile

4
docker/php/Dockerfile

@ -82,9 +82,7 @@ COPY . /code
# Make the instance configuration owned by www-data.
# Make it writable by php.
# Install the compose depedencies.
RUN chown www-data /code/inc/instance-config.php && chgrp www-data /code/inc/instance-config.php \
&& chmod 660 /code/inc/instance-config.php \
&& cd /code && composer install
RUN cd /code && composer install
WORKDIR "/var/www"
CMD [ "bootstrap.sh" ]

Loading…
Cancel
Save