0
0
Fork 0
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:
mr-bolle 2018-01-13 12:31:19 +01:00 committed by GitHub
parent ce694f0303
commit 23e657fa7c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"]