1
0
Fork 0
mirror of https://github.com/archtechx/tenancy-queue-tester.git synced 2025-12-12 09:24:03 +00:00
tenancy-queue-tester/cli/build.sh

6 lines
105 B
Bash
Executable file

#!/bin/bash
tag="tenancy-queue-test-cli"
php="8.4"
docker build --build-arg PHP_VERSION=$php -t $tag .