Skip to content

Instantly share code, notes, and snippets.

@kundeng
kundeng / Dockerfile
Last active August 29, 2015 14:27 — forked from Maxim-Filimonov/Dockerfile
Docker meteor example files
# User for local dev
FROM app/base
RUN npm install -g orion-cli
# This forces package-catalog update. Should speed up further runs
RUN meteor show meteor-platform