Skip to content

Instantly share code, notes, and snippets.

@onnimonni
Created May 14, 2014 07:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save onnimonni/b45d7a9088dabcdd1118 to your computer and use it in GitHub Desktop.
Save onnimonni/b45d7a9088dabcdd1118 to your computer and use it in GitHub Desktop.
Dockerfile for fig
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