do we need the entrypoint and cmd
This commit is contained in:
@@ -5,8 +5,8 @@ FROM nextcloud:stable-apache
|
|||||||
# cat /usr/src/nextcloud/3rdparty/guzzlehttp/guzzle/src/Handler/CurlFactory.php; \
|
# cat /usr/src/nextcloud/3rdparty/guzzlehttp/guzzle/src/Handler/CurlFactory.php; \
|
||||||
RUN touch /usr/src/nextcloud/data/.ocdata
|
RUN touch /usr/src/nextcloud/data/.ocdata
|
||||||
COPY config.php /usr/src/nextcloud/config/
|
COPY config.php /usr/src/nextcloud/config/
|
||||||
COPY post-start.sh /usr/local/bin/post-start.sh
|
COPY post-start.sh /
|
||||||
CMD chmod +x /usr/local/bin/post-start.sh
|
#CMD chmod +x /post-start.sh
|
||||||
|
|
||||||
|
|
||||||
ENTRYPOINT ["/entrypoint.sh"]
|
#ENTRYPOINT ["/entrypoint.sh"]
|
||||||
|
|||||||
Reference in New Issue
Block a user