From 9f00bfda6982f4c7b80f1febee0d11800f91b95c Mon Sep 17 00:00:00 2001 From: Sam Seed Date: Mon, 2 Oct 2023 12:36:45 +0100 Subject: [PATCH] Revert "Attempt to cause task failure" This reverts commit 3f4782d87a2097d78a87ef510d525c09e95b3582. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 34b1f34f4..bdba399ac 100644 --- a/Dockerfile +++ b/Dockerfile @@ -69,4 +69,4 @@ RUN chown nonroot db/schema.rb USER nonroot -CMD echo "This is a dummy application command used to test how frequently containers will restart/fail." && exit 1 +CMD bundle exec rails s -e ${RAILS_ENV} -p ${PORT} --binding=0.0.0.0