Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
erikap committed Jun 6, 2017
1 parent 6d61845 commit 5db449d
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.5.0-ruby2.3
FROM semtech/mu-ruby-template:2.6.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.5.0-ruby2.3
-d semtech/mu-ruby-template:2.6.0-ruby2.3

Changes will be automatically picked up by Sinatra.

Expand Down Expand Up @@ -120,7 +120,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.5.0-ruby2.3 /bin/bash
-it semtech/mu-ruby-template:2.6.0-ruby2.3 /bin/bash

You can now run your tests inside the container with:

Expand Down

0 comments on commit 5db449d

Please sign in to comment.