I hereby claim:
- I am oraposa on github.
- I am oraposa (https://keybase.io/oraposa) on keybase.
- I have a public key ASABCR1xmb3Ge0cOiiumXEY85j9V1sFMWqvIeiyePPbTvQo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| FROM phusion/passenger-ruby24 | |
| ENV APP_HOME /home/app | |
| ENV TERM xterm-256color | |
| ENV BUNDLE_PATH /bundle | |
| WORKDIR $APP_HOME | |
| ENV DEBIAN_FRONTEND noninteractive | |
| COPY ./entrypoint.sh / | |
| RUN apt-get update -qq && apt-get install -y --no-install-recommends \ | |
| apt-utils \ | |
| postgresql-client \ |
| #entrypoint.sh | |
| #!/bin/bash | |
| cat docker_bashrc >> /root/.bashrc | |
| # We want to see if they are trying to run a bash shell, | |
| # if so skip the db migrate | |
| echo "Options passed: $@" |