forked from leftypol/leftypol
docker: do not mention instance-config.php in leftypol dockerfile
This commit is contained in:
parent
651cc9edb4
commit
040bf21c47
1 changed files with 1 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue