File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,20 +23,22 @@ services:
2323
2424 sentry-dev :
2525 << : *sentry-build
26- command : " sh -c '.devcontainer/setup --with-foreman --only-bundle'"
26+ entrypoint : " .devcontainer/run --service dev"
27+ command : " sleep infinity"
2728 depends_on :
2829 - redis
2930
3031 sentry-test :
3132 << : *sentry-build
32- entrypoint : " sh -c ' .devcontainer/setup --with-foreman --only-bundle --only .' "
33+ entrypoint : " .devcontainer/run --service test "
3334 depends_on :
3435 - redis
3536 - sentry-test-services
3637
3738 sentry-test-services :
3839 << : *sentry-build
39- command : " sh -c '.devcontainer/setup --with-foreman --only .,spec/apps/rails-mini && foreman start'"
40+ entrypoint : " .devcontainer/run --service test-services"
41+ command : " foreman start"
4042 ports :
4143 - ${SENTRY_E2E_RAILS_APP_PORT}
4244 - ${SENTRY_E2E_SVELTE_APP_PORT}
You can’t perform that action at this time.
0 commit comments