Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 326 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 326 Bytes

docker-meteor-web

A base image for Meteor web apps.

Usage

docker pull cxops/meteor-web

Building

git clone [email protected]:CXInc/docker-meteor-web.git
cd docker-meteor-web

# Bump this incremental ID for each change in the image
docker build -t cxops/meteor-web:1 .