mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-21 22:59:07 +00:00
add pkg.config.
This commit is contained in:
parent
955df684b6
commit
beaeb8e14b
@ -53,7 +53,8 @@
|
||||
"stop": "docker compose down --remove-orphans",
|
||||
"prune": "docker system prune",
|
||||
"remove-all-containers": "docker stop $(docker ps -a -q) && docker rm $(docker ps -a -q) || echo 'No running containers'",
|
||||
"prepare": "husky install"
|
||||
"prepare": "husky install",
|
||||
"backup": "sudo bash backup.sh"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
Loading…
Reference in New Issue
Block a user