Skip to content

Commit

Permalink
add note in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rahmadiantio committed Apr 26, 2024
1 parent 357b714 commit eb76f25
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,17 @@
`docker-compose logs -f`
4. Open the application in your web browser by visiting `http://localhost:4567/`

> [!NOTE]
> If Build Docker Image Failed, you can try like this
> 1. In file `Dockerfile` change ruby from `2.6-slim` to `3.0-slim` And command this line `COPY Gemfile.lock .`
> 2. In file `Gemfile` change this line `ruby '~> 2.5'` to `ruby '~> 3.0'`
> 3. **Don't forget** to change back again when you will push the code
> [!NOTE]
> If Error when you try to run local, you can try like this
> 1. In file `layout.erb` delete style tag with body content in line 34 to line 36 who has contain ```Rouge::Themes::OyTheme.render```
> 3. **Don't forget** to change back again when you will push the code
**Features**
------------

Expand Down

0 comments on commit eb76f25

Please sign in to comment.