Created
May 14, 2014 07:41
-
-
Save onnimonni/b45d7a9088dabcdd1118 to your computer and use it in GitHub Desktop.
Dockerfile for fig
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM ctlc/buildstep:ubuntu13.10 | |
RUN rm -rf /build/buildpacks/heroku-buildpack-php/ | |
RUN git clone --depth 1 https://github.com/Koodimonni/heroku-buildpack-php.git /build/buildpacks/heroku-buildpack-php | |
RUN echo https://github.com/Koodimonni/heroku-buildpack-php.git | cat - /build/buildpacks.txt > /tmp/out && mv /tmp/out /build/buildpacks.txt | |
ADD . /app | |
ADD ./ssh/ /root/.ssh/ | |
RUN chmod -R 700 /root/.ssh | |
RUN /build/builder | |
CMD /start web |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment