Skip to content

Commit

Permalink
Fix + clean cobalt.dev Docker steps and gems.
Browse files Browse the repository at this point in the history
This change fixes formatting in the README.md, adds a required Gem, and
gives a consistent name for the docsite container when launched via
docker-compose.

Change-Id: I76b46a62afbc5dd15d11d7e5be6a5ac1108058f9
(cherry picked from commit 2979399d9ebe4b295f25196760d03e1e631ec936)
  • Loading branch information
Cobalt Team committed Mar 12, 2021
1 parent b6f48bf commit ff35f55
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker/docsite/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ gem 'jekyll-sitemap', '0.8.1'
gem 'jekyll-feed', '0.3.1'

gem 'bourbon'
gem 'i18n'
gem 'neat'
1 change: 1 addition & 0 deletions docker/docsite/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ ran the Docker container.

# How To Run
docker-compose build --build-arg UID=$(id -u) --build-arg GID=$(id -g) docsite

docker-compose up docsite
1 change: 1 addition & 0 deletions docker/docsite/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ services:
build:
context: .
dockerfile: Dockerfile
container_name: docsite
ports:
- "4000:4000"
volumes:
Expand Down

0 comments on commit ff35f55

Please sign in to comment.