mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 15:54:03 +00:00
6 lines
71 B
Bash
Executable file
6 lines
71 B
Bash
Executable file
#!/bin/bash
|
|
set -e
|
|
|
|
# for development
|
|
docker-compose up -d
|
|
./test "$@"
|