mirror of
https://github.com/nextcloud/docker.git
synced 2025-04-25 12:50:54 +02:00
Move COPY back down
This commit is contained in:
parent
bd3fc10d7d
commit
7366057ce1
8 changed files with 8 additions and 16 deletions
|
@ -47,8 +47,6 @@ ENV NEXTCLOUD_VERSION %%VERSION%%
|
|||
RUN chown -R www-data:root /var/www/html
|
||||
VOLUME /var/www/html
|
||||
|
||||
COPY config/* /usr/src/nextcloud/config/
|
||||
|
||||
RUN curl -fsSL -o nextcloud.tar.bz2 \
|
||||
"https://download.nextcloud.com/server/releases/nextcloud-${NEXTCLOUD_VERSION}.tar.bz2" \
|
||||
&& curl -fsSL -o nextcloud.tar.bz2.asc \
|
||||
|
@ -66,6 +64,7 @@ RUN curl -fsSL -o nextcloud.tar.bz2 \
|
|||
&& chmod +x /usr/src/nextcloud/occ
|
||||
|
||||
COPY docker-entrypoint.sh /entrypoint.sh
|
||||
COPY config/* /usr/src/nextcloud/config/
|
||||
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
||||
CMD ["%%CMD%%"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue