Skip to content

Commit

Permalink
Remove Docker
Browse files Browse the repository at this point in the history
I don't use or support Docker for Keep a Changelog development.

I recommend using rbenv or chruby to develop with Ruby. Docker is way too much
overhead (and power usage) on macOS to run something as simple as a middleman site.
# Title

# Tell me everything!

# Co-authors (they will be credited on GitHub as well)
# Co-authored-by: Carolina Powers <[email protected]>
# Co-authored-by: Meg Kline-Tuls <[email protected]>
# Co-authored-by: Will <[email protected]>
# Co-authored-by: thatchej <[email protected]>
  • Loading branch information
olivierlacan committed Mar 10, 2020
1 parent ae2cb5a commit c25aae9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 27 deletions.
20 changes: 0 additions & 20 deletions Dockerfile

This file was deleted.

7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,6 @@ This repository generates https://keepachangelog.com/.
- `bundle install`
- `bundle exec middleman` starts the local development server at http://localhost:4567

### Docker

- `git clone https://github.com/olivierlacan/keep-a-changelog.git`
- `cd keep-a-changelog`
- `docker build -t keep-a-changelog .`
- `docker run -p 4567:4567 keep-a-changelog` starts the docker development server and binds it at http://localhost:4567

### Deployment

- `bundle exec rake publish` builds and pushes to the `gh-pages` branch
Expand Down

0 comments on commit c25aae9

Please sign in to comment.