do we need the entrypoint and cmd

This commit is contained in:
2021-05-12 15:59:48 +02:00
parent a15b29ad38
commit cc0b6f92dc

View File

@@ -5,8 +5,8 @@ FROM nextcloud:stable-apache
# cat /usr/src/nextcloud/3rdparty/guzzlehttp/guzzle/src/Handler/CurlFactory.php; \
RUN touch /usr/src/nextcloud/data/.ocdata
COPY config.php /usr/src/nextcloud/config/
COPY post-start.sh /usr/local/bin/post-start.sh
CMD chmod +x /usr/local/bin/post-start.sh
COPY post-start.sh /
#CMD chmod +x /post-start.sh
ENTRYPOINT ["/entrypoint.sh"]
#ENTRYPOINT ["/entrypoint.sh"]