diff --git a/piston b/piston index 405fa9b..8fafd98 100755 --- a/piston +++ b/piston @@ -12,7 +12,7 @@ case $1 in update) git pull docker-compose build api - docker-compose up api -d + docker-compose up -d api ;; clean-pkgs) git clean -fqXd packages