1
0
Fork 0
mirror of https://github.com/archtechx/tenancy-queue-tester.git synced 2025-12-12 08:44:04 +00:00

initial commit

This commit is contained in:
Samuel Štancl 2024-12-31 06:35:15 +01:00
commit 52d95e9370
12 changed files with 525 additions and 0 deletions

6
cli/build.sh Executable file
View file

@ -0,0 +1,6 @@
#!/bin/sh
tag="tenancy-queue-test-cli"
php="8.4"
docker build --build-arg PHP_VERSION=$php -t $tag .