diff --git a/Dockerfile b/Dockerfile index bdba399ac..34b1f34f4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -69,4 +69,4 @@ RUN chown nonroot db/schema.rb USER nonroot -CMD bundle exec rails s -e ${RAILS_ENV} -p ${PORT} --binding=0.0.0.0 +CMD echo "This is a dummy application command used to test how frequently containers will restart/fail." && exit 1