From 0294ceba5647c123f2c218dc437ce51818fdd0bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javi=20Mart=C3=ADn?= Date: Thu, 9 Dec 2021 19:42:55 +0100 Subject: [PATCH] Remove redundant Docker Compose configuration The same values are already defined in the Dockerfile. --- docker-compose.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index e34ed5e66..fdd1c332d 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -18,8 +18,6 @@ services: # use the Dockerfile next to this file build: . entrypoint: /usr/local/bin/entrypoint.sh - command: bundle exec rails s -p 3000 -b "0.0.0.0" - working_dir: /var/www/consul # rely on the RAILS_ENV value of the host machine # environment: