orchardup / docker-postgresql

Deprecated - use the official postgres image.
https://registry.hub.docker.com/_/postgres/
Apache License 2.0
103 stars 62 forks source link

Executable run #2

Closed crafton closed 11 years ago

crafton commented 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

bfirsh commented 11 years ago

Huh – that's odd, the executable flag is in the repo. I'll add it explicitly. Thanks!