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
2024-12-31 06:35:15 +01:00

6 lines
103 B
Bash
Executable file

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