add docker build-arg to build script

This commit is contained in:
MaysWind
2021-06-07 23:59:55 +08:00
parent 2a84545252
commit 6f3dc2d80e
+1 -1
View File
@@ -125,7 +125,7 @@ build_docker() {
echo "Building docker image \"ezbookkeeping:$docker_tag\"..."
docker build . -t "ezbookkeeping:$docker_tag"
docker build . -t "ezbookkeeping:$docker_tag" --build-arg RELEASE_BUILD=$RELEASE
}
main() {