Browse Source

Revert "Attempt to cause task failure"

This reverts commit 3f4782d87a.
ForceAwsTaskFailure
Sam Seed 1 year ago
parent
commit
9f00bfda69
  1. 2
      Dockerfile

2
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

Loading…
Cancel
Save