Skip to content

Commit

Permalink
Add docker entrypoint command
Browse files Browse the repository at this point in the history
  • Loading branch information
Warsama-Gabriel committed Dec 10, 2024
1 parent 5cb155e commit adfc820
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker-compose.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ services:
RAILS_ENV: test # Set Rails environment to test
command: >
bash -c 'rm -f /app/tmp/pids/server.pid && \
bundle exec rails db:drop db:create db:schema:load db:seed && \
bundle exec rspec'
/usr/local/bin/docker-entrypoint-test bundle exec rspec'
postgres:
image: postgres:12-alpine
Expand Down

0 comments on commit adfc820

Please sign in to comment.