diff --git a/docker-compose.yml b/docker-compose.yml index dd39d08..47f2dd4 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -16,7 +16,7 @@ services: build: context: . dockerfile: Dockerfile - command: bash -c "rm -f tmp/pids/server.pid && EDITOR='mate --wait' bundle exec rails credentials:edit && bundle exec rake assets:precompile && bundle exec rake db:create db:migrate db:seed && bundle exec rails s -e production -b '0.0.0.0'" + command: bash -c "rm -f tmp/pids/server.pid && bundle install && EDITOR='mate --wait' bundle exec rails credentials:edit && bundle exec rake db:create db:migrate db:seed && bundle exec rails s -e production -b '0.0.0.0'" volumes: - .:/app - bundle:/usr/local/bundle