mirror of
https://github.com/fspc/biketree.git
synced 2025-03-10 16:53:24 -04:00
Makes settings.php 0004 to ensure it can't be changed from the
interface.
This commit is contained in:
parent
8ab3ccf298
commit
8ee548657c
@ -13,7 +13,7 @@ RUN rm -rf /usr/share/nginx/html; apk update; apk add git; apk add php5-mysql
|
||||
RUN git clone https://github.com/fspc/biketree.git /usr/share/nginx/html
|
||||
COPY settings.php /usr/share/nginx/html
|
||||
COPY default.conf /etc/nginx/conf.d
|
||||
RUN chown -R nginx:nginx /usr/share/nginx/html; mkdir /var/www; ln -sf /usr/share/nginx/html/ /var/www/html
|
||||
RUN chown -R nginx:nginx /usr/share/nginx/html; mkdir /var/www; ln -sf /usr/share/nginx/html/ /var/www/html; chmod 0004 /usr/share/nginx/html/settings.php
|
||||
|
||||
VOLUME /usr/share/nginx/html
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user