fix the mastercontainer

Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
szaimen 2021-12-03 13:13:51 +01:00
parent 95145d9b15
commit e7ff0e2615
3 changed files with 15 additions and 16 deletions

View file

@ -28,7 +28,8 @@ RUN curl "https://caddyserver.com/api/download?os=linux&arch=amd64" -o "/usr/bin
RUN cd /var/www/docker-aio; \
git clone https://github.com/nextcloud/all-in-one.git .; \
chmod 770 -R ./
chmod 770 -R ./; \
chown www-data:www-data -R ./
RUN mkdir -p /etc/apache2/certs && \
cd /etc/apache2/certs && \