Skip to content

Commit

Permalink
Don't pollute logs with the command
Browse files Browse the repository at this point in the history
  • Loading branch information
waiting-for-dev committed Mar 5, 2021
1 parent 8c885c2 commit f210526
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ services:
MYSQL_VERSION: "8.0"
BUNDLER_VERSION: 2
image: solidus_starter_frontend-0.1.0
command: bash -c "(bundle check || bundle) && tail -f Gemfile"
command: bash -c "(bundle check || bundle) && tail -f /dev/null"
environment:
CAPYBARA_JS_DRIVER: apparition_docker_friendly
DB_USERNAME: root
Expand Down

0 comments on commit f210526

Please sign in to comment.