diff --git a/build.sh b/build.sh index 343c1ef..e9dab11 100755 --- a/build.sh +++ b/build.sh @@ -15,9 +15,10 @@ else ssh-add ~/.ssh/id_rsa echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config fi -echoi "$branch" +echo "Its $branch" HOST_DOMAIN="nwaifu.su" export DOCKER_HOST="ssh://root@$HOST_DOMAIN:9724" -docker compose -p test-neuro build \ No newline at end of file +docker compose -p test-neuro build +docker compose up -d \ No newline at end of file