fix: Override entrypoint in Dockerfile to ensure proper startup of IPFS daemon
This commit is contained in:
parent
08d110b7e6
commit
59b0fbcc73
@ -13,5 +13,6 @@ USER ipfs
|
|||||||
# Expose IPFS ports
|
# Expose IPFS ports
|
||||||
EXPOSE 4001 5001 8080
|
EXPOSE 4001 5001 8080
|
||||||
|
|
||||||
# Start IPFS daemon with custom config
|
# Override the kubo entrypoint and start IPFS daemon with custom config
|
||||||
CMD ["/usr/local/bin/bootstrap-config.sh"]
|
ENTRYPOINT []
|
||||||
|
CMD ["sh", "/usr/local/bin/bootstrap-config.sh"]
|
||||||
|
Reference in New Issue
Block a user