Skip to content

Commit dadc18e

Browse files
Update docker-compose config
1 parent 2fac3c3 commit dadc18e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ci-run.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
set -e
44

55
gem install bundler
6-
bundle check || bundle install --frozen
6+
bundle check || bundle install
77
bundle exec rake ci

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ services:
3535
networks:
3636
integration_test_network:
3737
volumes:
38-
- .:/code:ro
38+
- .:/code
3939
working_dir: /code

0 commit comments

Comments
 (0)