Skip to content

Commit

Permalink
Make sure indocker spins container with --rm
Browse files Browse the repository at this point in the history
  • Loading branch information
acelaya committed Nov 17, 2023
1 parent 361464d commit e39952e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion indocker
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env bash

docker compose run shlink_js_sdk /bin/sh -c "cd /shlink-js-sdk && $*"
docker compose run --rm shlink_js_sdk /bin/sh -c "cd /shlink-js-sdk && $*"

0 comments on commit e39952e

Please sign in to comment.