Skip to content

Instantly share code, notes, and snippets.

@taniki
Created September 9, 2013 14:54
Show Gist options
  • Select an option

  • Save taniki/6496717 to your computer and use it in GitHub Desktop.

Select an option

Save taniki/6496717 to your computer and use it in GitHub Desktop.
docker builder : cortext-projects
FROM ubuntu:12.10
RUN apt-get install -y curl git
RUN curl https://install.meteor.com | /bin/sh
RUN git clone https://github.com/cortext/cortext-projects
EXPOSE 3000:3000
WORKDIR /cortext-projects
CMD meteor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment