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:
parent
ae5b15cca3
commit
fc384e6a7e
23 changed files with 130 additions and 42 deletions
|
@ -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%%"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue