mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00:00
apply suggestion
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
234590f8ee
commit
12d351aa19
1 changed files with 3 additions and 3 deletions
|
|
@ -3,9 +3,9 @@ RUN set -ex; \
|
||||||
apk add --no-cache bash lighttpd netcat-openbsd; \
|
apk add --no-cache bash lighttpd netcat-openbsd; \
|
||||||
adduser -S www-data -G www-data; \
|
adduser -S www-data -G www-data; \
|
||||||
rm -rf /etc/lighttpd/lighttpd.conf; \
|
rm -rf /etc/lighttpd/lighttpd.conf; \
|
||||||
chmod +r -R /etc/lighttpd && \
|
chmod +r -R /etc/lighttpd; \
|
||||||
chown www-data:www-data -R /var/www && \
|
mkdir -p /var/www/domaincheck; \
|
||||||
mkdir -p /var/www/domaincheck
|
chown www-data:www-data -R /var/www
|
||||||
COPY --chown=www-data:www-data lighttpd.conf /etc/lighttpd/lighttpd.conf
|
COPY --chown=www-data:www-data lighttpd.conf /etc/lighttpd/lighttpd.conf
|
||||||
|
|
||||||
COPY --chmod=775 start.sh /start.sh
|
COPY --chmod=775 start.sh /start.sh
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue