Compare commits

..

No commits in common. "8c3d4cb77f9c8c30b83c42c08f4ccc0a06ad5a58" and "21fe3eefc2a1031ae2c96d35523b71adc0159ff0" have entirely different histories.

1 changed files with 7 additions and 9 deletions

2
piston
View File

@ -23,7 +23,6 @@ case $1 in
echo " start Starts piston"
echo " stop Stops piston"
echo " restart Restarts piston"
echo " bash Opens a bash shell for the piston_api container"
echo
echo " update Fetches and applies latest updates"
echo
@ -52,7 +51,6 @@ case $1 in
restart) docker_compose restart ;;
start) docker_compose up -d ;;
stop) docker_compose down ;;
bash) docker_compose exec api /bin/bash ;;
update)
git pull