mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00:00
fix the mastercontainer
Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
parent
95145d9b15
commit
e7ff0e2615
3 changed files with 15 additions and 16 deletions
|
|
@ -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 && \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue