mirror of
https://github.com/archtechx/tenancy-queue-tester.git
synced 2025-12-12 03:54:03 +00:00
7 lines
248 B
Bash
Executable file
7 lines
248 B
Bash
Executable file
#!/bin/bash
|
|
|
|
# Sets up the "alternative config" mentioned here https://github.com/archtechx/tenancy/issues/1260#issuecomment-2572951587
|
|
|
|
set -e
|
|
|
|
docker run --rm -v .:/var/www/html tenancy-queue-test-cli bash setup/alternative/_alternative_setup.sh
|