added docker up
This commit is contained in:
4
bin/docker_up.sh
Normal file
4
bin/docker_up.sh
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
rm -f html/index.html
|
||||
sudo docker-compose up -d
|
||||
@@ -15,9 +15,9 @@ source .env
|
||||
set +o allexport
|
||||
|
||||
# Run Git setup
|
||||
bash bin/new_project/git_setup.sh
|
||||
bash bin/inc_new_project/git_setup.sh
|
||||
|
||||
# Run remote Git setup
|
||||
if [ "$SETGITEA" = "true" ]; then
|
||||
bash bin/new_project/remote_git_setup.sh
|
||||
bash bin/inc_new_project/remote_git_setup.sh
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user