compose shenannigans

This commit is contained in:
Josh Burman
2019-02-27 14:57:29 -05:00
parent 875bee2348
commit 9d4a09b8bd
4 changed files with 24 additions and 33 deletions

View File

@ -39,9 +39,9 @@ braid-logs() {
compose "logs braid"
}
braid-server() {
compose "run --rm braid-soap rails server --port 80 --binding 0.0.0.0"
}
# braid-server() {
# compose "run --rm braid rails server --port 80 --binding 0.0.0.0"
# }
restart-clean() {
compose "restart braid"