mirror of
https://github.com/engineer-man/piston.git
synced 2025-06-07 18:56:26 +02:00
correct arg order
This commit is contained in:
parent
8a7022f025
commit
35c807dac1
1 changed files with 1 additions and 1 deletions
2
piston
2
piston
|
@ -12,7 +12,7 @@ case $1 in
|
||||||
update)
|
update)
|
||||||
git pull
|
git pull
|
||||||
docker-compose build api
|
docker-compose build api
|
||||||
docker-compose up api -d
|
docker-compose up -d api
|
||||||
;;
|
;;
|
||||||
clean-pkgs)
|
clean-pkgs)
|
||||||
git clean -fqXd packages
|
git clean -fqXd packages
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue