Fix: The route to update sort order of Menu Categories was not written.
This commit is contained in:
@ -16,7 +16,7 @@ echo "No version bump"
|
||||
git push --tags
|
||||
fi
|
||||
|
||||
cd docker/app || exit
|
||||
cd "$parent_path/docker/app" || exit
|
||||
docker build --tag barker:latest .
|
||||
cd "$parent_path/docker" || exit
|
||||
docker save barker:latest | bzip2 | pv | ssh tanshu@knox.tanshu.com 'bunzip2 | sudo docker load'
|
||||
|
||||
Reference in New Issue
Block a user