We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 388a046 commit 535a520Copy full SHA for 535a520
docker-entrypoint.sh
@@ -3,6 +3,8 @@ set -e
3
4
if [[ $# -eq 0 ]]; then
5
make clean && make release
6
+elif [[ $1 == "default" ]]; then
7
+ make
8
else
9
# shellcheck disable=SC2068
10
make "$@"
0 commit comments