Skip to content

Commit

Permalink
Add project.json
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaffter committed Dec 7, 2024
1 parent 2c5a920 commit 70c8108
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions apps/sage/shiny-base/project.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "sage-shiny-base",
"$schema": "../../../node_modules/nx/schemas/project-schema.json",
"projectType": "application",
"targets": {
"serve-detach": {
"executor": "nx:run-commands",
"options": {
"command": "docker/sage/serve-detach.sh {project-name}"
}
},
"scan-image": {
"executor": "nx:run-commands",
"options": {
"command": "trivy image ghcr.io/sage-bionetworks/{projectName}:local --quiet",
"color": true
}
}
}
}

0 comments on commit 70c8108

Please sign in to comment.