We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb60f7f commit 7b51674Copy full SHA for 7b51674
create_python_image.sh
@@ -1,6 +1,6 @@
1
#!/bin/bash
2
3
-if [ $1 != "--partial" ]
+if [ ${1:-full} != "--partial" ]
4
then
5
docker build -t quay.io/syncano/python-codebox .
6
fi
0 commit comments