Skip to content

Commit

Permalink
T-60 Ignore docker/.DS_Store and add colons in README (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
marian13 committed Aug 10, 2020
1 parent 179f45e commit 9e0fadd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,6 @@

# Ignore `Gemfile.lock`
Gemfile.lock

# Docker .DS_Store
/docker/.DS_Store
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,11 +229,11 @@ Bug reports and pull requests are welcome on GitHub at https://github.com/marian

## Development with Docker

* Build container `docker build . -f docker/Dockerfile-2.3 -t basic_temperature_2.3`.
* Build container: `docker build . -f docker/Dockerfile-2.3 -t basic_temperature_2.3`.

* Run specs inside container `docker run -it basic_temperature_2.3:latest bundle exec rspec`.
* Run specs inside container: `docker run -it basic_temperature_2.3:latest bundle exec rspec`.

* Interactive shell inside container `docker run -it basic_temperature_2.3:latest bash`.
* Interactive shell inside container: `docker run -it basic_temperature_2.3:latest bash`.

* 2.3 can be replaced by 2.4, 2.5, 2.6 and 2.7.

Expand Down

0 comments on commit 9e0fadd

Please sign in to comment.