Skip to content

Commit dea5087

Browse files
added chmod to docu and connection_pool to gemfile
1 parent c755f3e commit dea5087

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ group :jekyll_plugins do
1010
end
1111

1212
gem 'github-pages'
13+
gem 'connection_pool', '2.5.0'

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ Working from a different OS, or just want to avoid installing dependencies? You
5959
You can build and execute the container by running the following command in the repository:
6060
6161
```bash
62+
chmod -R 777 .
6263
docker compose up
6364
```
6465

0 commit comments

Comments
 (0)