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