Hey guys
on windows docker-compose up yields
sfa_app_1 exited with code 127
and
app_1 | /usr/local/bin/docker-entrypoint.sh: exec: line 8: /usr/local/bin/storefront-api.sh: not found
to make it work I had to add
RUN chmod 777 /usr/local/bin/storefront-api.sh
in Dockerfile
Hey guys
on windows
docker-compose upyieldssfa_app_1 exited with code 127and
app_1 | /usr/local/bin/docker-entrypoint.sh: exec: line 8: /usr/local/bin/storefront-api.sh: not foundto make it work I had to add
RUN chmod 777 /usr/local/bin/storefront-api.shin Dockerfile