ERROR --- [ MainThread] localstack.runtime.init : Error while running script Script(path='/etc/localstack/init/ready.d/script.sh', stage=READY, state=ERROR): [Errno 2] No such file or directory: '/etc/localstack/init/ready.d/script.sh' I did clone exactly same code and getting this error
Nice work thanks keep up
Can you make video on setting up localstack with docker compose with same example
is it necessary to do via docker compose ? cant we replace this with Java code to start the Container (add env properties via code)
As far as I know the dependency for docker compose takes about starting the docker compose file. I don't think there is some property to enable it.
ERROR --- [ MainThread] localstack.runtime.init : Error while running script Script(path='/etc/localstack/init/ready.d/script.sh', stage=READY, state=ERROR): [Errno 2] No such file or directory: '/etc/localstack/init/ready.d/script.sh'
I did clone exactly same code and getting this error