correct arg order

This commit is contained in:
Thomas Hobson 2021-04-25 15:05:05 +12:00
parent 8a7022f025
commit 35c807dac1
No known key found for this signature in database
GPG Key ID: 9F1FD9D87950DB6F
1 changed files with 1 additions and 1 deletions

2
piston
View File

@ -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