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

View file

@ -64,6 +64,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 ["php-fpm"] CMD ["php-fpm"]