mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-01-31 10:00:47 +08:00
Clone from new public repository
This commit is contained in:
parent
ad08ae658c
commit
9f82cd3133
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ RUN curl "https://caddyserver.com/api/download?os=linux&arch=amd64" -o "/usr/bin
|
||||||
&& /usr/bin/caddy version
|
&& /usr/bin/caddy version
|
||||||
|
|
||||||
RUN cd /var/www/docker-aio; \
|
RUN cd /var/www/docker-aio; \
|
||||||
git clone git@github.com:nextcloud/all-in-one.git .; \
|
git clone https://github.com/nextcloud/all-in-one.git .; \
|
||||||
chown -R www-data:www-data ./; \
|
chown -R www-data:www-data ./; \
|
||||||
chmod 770 -R ./
|
chmod 770 -R ./
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue