reactioncommerce/base

Name: base

Owner: Reaction Commerce

Description: A base Docker image for Reaction Commerce (https://hub.docker.com/r/reactioncommerce/base)

Created: 2017-01-13 03:39:30.0

Updated: 2018-04-16 13:47:55.0

Pushed: 2018-04-28 00:01:24.0

Homepage: https://reactioncommerce.com

Size: 83

Language: Shell

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Reaction Base - A base Docker image for Reaction Commerce

Circle CI

Build

Add the following to a Dockerfile in the root of your Reaction Commerce project:

 reactioncommerce/base:latest

Then you can build the image with:

er build -t reactioncommerce/reaction:latest .
Run

Use docker-compose to run the app. A demo docker-compose file is included in the Reaction repo.

Run this command to start the app:

er-compose -f docker-compose-demo.yml up
Build Options

This base image supports setting custom build options that let you modify what gets installed. You can use Docker build args to accomplish this.

To change the version of Meteor that gets installed, you can specify a version as below:

er build \
build-arg METEOR_VERSION=1.4.2 \
 myorg/myapp:latest .
License

MIT License


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.