We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 087386b commit 98696caCopy full SHA for 98696ca
build-production-containers.sh
@@ -1,9 +1,7 @@
1
#!/usr/bin/env bash
2
3
-#VERSION=$(grep version api/package.json | awk -F ': ' '{ print $2 }' | sed 's/"//g' | sed 's/,//' )
4
VERSION=$1
5
-echo $VERSION
6
-exit
+echo "Building $VERSION"
7
8
# build the API container
9
docker build --push --rm \
0 commit comments