mirror of
https://github.com/nextcloud/docker.git
synced 2025-04-20 02:46:10 +02:00
Fix permission /entrypoint.sh
i add execution permission for /entrypoint.sh
This commit is contained in:
parent
23e657fa7c
commit
7bc165a12b
1 changed files with 1 additions and 0 deletions
|
@ -64,6 +64,7 @@ RUN curl -fsSL -o nextcloud.tar.bz2 \
|
|||
|
||||
COPY docker-entrypoint.sh /entrypoint.sh
|
||||
COPY config/* /usr/src/nextcloud/config/
|
||||
RUN chmod +x /entrypoint.sh
|
||||
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
||||
CMD ["php-fpm"]
|
||||
|
|
Loading…
Add table
Reference in a new issue