From b993798b9af79a9b0a9078b6a675534c16828d2e Mon Sep 17 00:00:00 2001 From: Leon Berenschot Date: Wed, 11 Sep 2024 10:16:57 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=B3=F0=9F=A7=B9=20delete=20stale=20com?= =?UTF-8?q?mand=20option?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 87b928f..2ff69af 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -9,7 +9,6 @@ services: context: . args: RUBY_VERSION: 2.7.8 - command: bundle exec puma -p 5001 -t 1:5 -w 2 volumes: - .:/app:cached - bundle:/usr/local/bundle