0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-04-25 12:50:54 +02:00

split app folder

This commit is contained in:
Tilo Spannagel 2017-04-17 23:02:25 +02:00
parent ae5b15cca3
commit fc384e6a7e
No known key found for this signature in database
GPG key ID: B89F1626A58E1429
23 changed files with 130 additions and 42 deletions

View file

@ -56,6 +56,7 @@ RUN curl -fsSL -o nextcloud.tar.bz2 \
&& rm nextcloud.tar.bz2
COPY docker-entrypoint.sh /entrypoint.sh
COPY apps.config.php /usr/src/nextcloud/config/apps.config.php
ENTRYPOINT ["/entrypoint.sh"]
CMD ["%%CMD%%"]