Justfile: borrar contenedor al terminar
This commit is contained in:
parent
212607a587
commit
af3cfedcc2
1 changed files with 1 additions and 1 deletions
2
Justfile
2
Justfile
|
@ -4,7 +4,7 @@ builder := "gitea.nulo.in/nulo/sitio-build"
|
||||||
build_builder_image:
|
build_builder_image:
|
||||||
podman build -t {{builder}} tooling/
|
podman build -t {{builder}} tooling/
|
||||||
_run command: build_builder_image
|
_run command: build_builder_image
|
||||||
podman run -it \
|
podman run -it --rm \
|
||||||
-v ".:/sitio:Z" --workdir /sitio \
|
-v ".:/sitio:Z" --workdir /sitio \
|
||||||
{{builder}} sh -c "{{command}}"
|
{{builder}} sh -c "{{command}}"
|
||||||
run command: (_run "pnpm install") (_run command)
|
run command: (_run "pnpm install") (_run command)
|
||||||
|
|
Reference in a new issue