Revert sh to bash

Signed-off-by: Andre Wanlin <awanlin@spotify.com>
This commit is contained in:
Andre Wanlin
2023-12-29 11:34:39 -06:00
parent afc6194b89
commit aa95fd4496
+2 -2
View File
@@ -39,7 +39,7 @@ package with `yarn build:backend`.
In a CI workflow it might look something like this, from the root:
```sh
```bash
yarn install --frozen-lockfile
# tsc outputs type definitions to dist-types/ in the repo root, which are then consumed by the build
@@ -126,7 +126,7 @@ With the project built and the `.dockerignore` and `Dockerfile` in place, we are
now ready to build the final image. From the root of the repo, execute the
build:
```sh
```bash
docker image build . -f packages/backend/Dockerfile --tag backstage
```