Closed crafton closed 11 years ago
Hi:
Nice work! I think you forgot to make "run" executable in Dockerfile. It fails to run for me otherwise. I added:
RUN chmod +x /usr/local/bin/run
Huh – that's odd, the executable flag is in the repo. I'll add it explicitly. Thanks!
Hi:
Nice work! I think you forgot to make "run" executable in Dockerfile. It fails to run for me otherwise. I added:
RUN chmod +x /usr/local/bin/run