Skip to content

Commit

Permalink
Feat: pass args to build script
Browse files Browse the repository at this point in the history
  • Loading branch information
xtrime-ru committed Dec 12, 2021
1 parent f66f26d commit 237415e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/docker-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

SCRIPT_DIR="$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"

docker buildx build --platform linux/amd64,linux/arm64 -t xtrime/telegram-api-server:latest --push "$SCRIPT_DIR/../"
docker buildx build --platform linux/amd64,linux/arm64 -t xtrime/telegram-api-server:latest "$@" --push "$SCRIPT_DIR/../"

0 comments on commit 237415e

Please sign in to comment.