We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb5f61b commit 9b1d61eCopy full SHA for 9b1d61e
dc-os/Docker/PRO/build.sh
@@ -8,4 +8,4 @@ mkdir files
8
echo "adding configuration file"
9
cp -Rf $SCRIPT_DIR/../../../files/* files/
10
11
-docker build -t $1 .
+docker build --rm -t $1 .
0 commit comments