Skip to content

Dockerfile for creating a base image for building and running meteor apps in docker containers

Notifications You must be signed in to change notification settings

scyv/meteor-docker-base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

meteor-docker-base

Dockerfile for creating a base image for building and running meteor apps in docker containers

Build docker image

Build the docker image with:

docker build -t meteor-base:latest .

Build Arguments

There are some build arguments that can be used to give the build some input:

Argument Description default
METEOR_RELEASE The release version of Meteor 1.8.2
NODE_VERSION The release version of Node v8.16.2
NPM_VERSION The release version of NPM 6.13.0
FIBERS_VERSION Version of the fibers npm package 3.1.1
ARCHITECTURE target architecture (used to fetch the correct node package) linux-x64

You can override the defaults e.g. with:

docker build -t meteor-base:my-special-arg --build-arg METEOR_RELEASE=1.8.1  .

Usage

About

Dockerfile for creating a base image for building and running meteor apps in docker containers

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published