Skip to content

Instantly share code, notes, and snippets.

View theshadowx's full-sized avatar
💭
learning, coding and contributing

Ali Diouri theshadowx

💭
learning, coding and contributing
View GitHub Profile
@theshadowx
theshadowx / Dockerfile
Created April 4, 2016 09:44 — 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