do we need the entrypoint and cmd
This commit is contained in:
@@ -6,4 +6,8 @@ FROM nextcloud:stable-apache
|
||||
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
|
||||
CMD chmod +x /usr/local/bin/post-start.sh
|
||||
|
||||
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
||||
CMD ["%%CMD%%"]
|
||||
Reference in New Issue
Block a user