feat(bash): Improved support for gperftools (#5769)

This commit is contained in:
Yehonal
2021-05-10 22:21:23 +02:00
committed by GitHub
parent 053f9f5fa4
commit ff2737fee8
5 changed files with 49 additions and 9 deletions

View File

@@ -108,7 +108,10 @@ shellCommandFactory(
shellCommandFactory(
"dev:shell [args...]",
"Open an interactive shell within the dev server",
["docker-compose run --rm ac-dev-server bash"],
[
"docker-compose up -d ac-dev-server",
"docker-compose exec ac-dev-server bash",
],
env,
);