Skip to content

Commit

Permalink
Use same timezone as host in rails container
Browse files Browse the repository at this point in the history
  • Loading branch information
mtnstar committed Oct 19, 2023
1 parent 5c1fc0e commit 9da01b6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ services:
- ./docker/home/rails:/home/developer
- /tmp/.X11-unix:/tmp/.X11-unix
- ./docker/rails/work_around_docker_fs_bug.rb:/usr/src/app/hitobito/config/initializers/work_around_docker_fs_bug.rb:ro
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro

# `exec` into this to execute the tests of the core
rails_test_core:
Expand Down

0 comments on commit 9da01b6

Please sign in to comment.