mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-22 04:56:30 +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)
|
||||
git pull
|
||||
docker-compose build api
|
||||
docker-compose up api -d
|
||||
docker-compose up -d api
|
||||
;;
|
||||
clean-pkgs)
|
||||
git clean -fqXd packages
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue