improve setup flow

This commit is contained in:
João Geonizeli
2022-08-10 14:30:04 +00:00
parent f597282b90
commit 21c874118f
7 changed files with 130 additions and 11 deletions

5
scripts/bash Executable file
View File

@@ -0,0 +1,5 @@
run(){
docker-compose run --rm $args rails $@
}
run bash