prisma-heroku icon indicating copy to clipboard operation
prisma-heroku copied to clipboard

Permission denied

Open jhalborg opened this issue 6 years ago • 2 comments

First of all, thank you very much for this repo! Saved my day.

I did, however, have to change the Dockerfile to

ARG tag
FROM prismagraphql/prisma:$tag
COPY ./prerun_hook.sh /app/prerun_hook.sh

RUN chmod a+x /app/start.sh
RUN chmod a+x /app/prerun_hook.sh

CMD bash /app/start.sh

as I was getting Permission denied errors when it tried to run the shell scripts.

jhalborg avatar Nov 13 '18 14:11 jhalborg

Thanks, will take a look.

dpetrick avatar Dec 12 '18 15:12 dpetrick

Is this still an issue?

dpetrick avatar Apr 04 '19 09:04 dpetrick