mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-18 00:34:28 +08:00
add docker build-arg to build script
This commit is contained in:
@@ -125,7 +125,7 @@ build_docker() {
|
|||||||
|
|
||||||
echo "Building docker image \"ezbookkeeping:$docker_tag\"..."
|
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() {
|
main() {
|
||||||
|
|||||||
Reference in New Issue
Block a user