mirror of
https://github.com/archtechx/tenancy-queue-tester.git
synced 2025-12-12 11:14:05 +00:00
6 lines
103 B
Bash
Executable file
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 .
|