18 lines
373 B
JSON
18 lines
373 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(docker build:*)",
|
|
"Bash(npm install)",
|
|
"Bash(mkdir:*)",
|
|
"Bash(docker run:*)",
|
|
"Bash(docker logs:*)",
|
|
"Bash(npm run build:*)",
|
|
"Bash(docker stop:*)",
|
|
"Bash(docker rm:*)",
|
|
"Bash(docker tag:*)",
|
|
"Bash(docker push:*)",
|
|
"Bash(docker login:*)"
|
|
],
|
|
"deny": []
|
|
}
|
|
} |