Skip to content

Commit 18dca5a

Browse files
committed
Make sure indocker spins container with --rm
1 parent fbbb252 commit 18dca5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

indocker

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/usr/bin/env bash
22

3-
docker compose run react_external_link /bin/sh -c "cd /react-external-link && $*"
3+
docker compose run --rm react_external_link /bin/sh -c "cd /react-external-link && $*"

0 commit comments

Comments
 (0)