You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 8, 2023. It is now read-only.
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