Skip to content

Instantly share code, notes, and snippets.

View Jothinayagan's full-sized avatar
💭
Thriving on new stuff 😹

Jothinayagan Iyyappan Jothinayagan

💭
Thriving on new stuff 😹
  • Erode, Tamilnadu, India
View GitHub Profile
@skozz
skozz / TZInfo
Created February 22, 2019 14:28
[Solution Rails + Docker] TZInfo::DataSourceNotFound: tzinfo-data is not present. Please add gem 'tzinfo-data' to your Gemfile and run bundle install
- Add `gem 'tzinfo-data'` to the Gemfile.
- Add `tzdata` to the Dockerfile
```
RUN apk update \
&& apk add build-base \
tzdata
```
- Build `docker-compose build` or `docker-compose up --build`
- Enjoy the life