Skip to content

Commit

Permalink
Merge branch 'master' of github.com:mu-semtech/mu-ruby-template
Browse files Browse the repository at this point in the history
  • Loading branch information
erikap committed May 24, 2017
2 parents ba50583 + 4cbf1d1 commit 6ca6164
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Configure your entrypoint through the environment variable `APP_ENTRYPOINT` (def

## Example Dockerfile

FROM semtech/mu-ruby-template:2.3.0-ruby2.3
FROM semtech/mu-ruby-template:2.4.0-ruby2.3
MAINTAINER Erika Pauwels <[email protected]>
# ONBUILD of mu-ruby-template takes care of everything

Expand All @@ -27,7 +27,7 @@ To use the template while developing your app, start a container in development

docker run --volume /path/to/your/code:/app
-e RACK_ENV=development
-d semtech/mu-ruby-template:2.3.0-ruby2.3
-d semtech/mu-ruby-template:2.4.0-ruby2.3

Changes will be automatically picked up by Sinatra.

Expand Down Expand Up @@ -105,7 +105,7 @@ To run the tests while developing, start an interactive container in the test en

docker run --volume /path/to/your/code:/app
-e RACK_ENV=test
-it semtech/mu-ruby-template:2.3.0-ruby2.3 /bin/bash
-it semtech/mu-ruby-template:2.4.0-ruby2.3 /bin/bash

You can now run your tests inside the container with:

Expand Down

0 comments on commit 6ca6164

Please sign in to comment.