Skip to content

Commit

Permalink
Remove Docker image for oc-notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaffter committed Nov 1, 2023
1 parent 2860395 commit dfc10de
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions apps/openchallenges/notebook/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,24 +25,24 @@
"cwd": "apps/openchallenges/notebook"
},
"dependsOn": []
},
"build-image": {
"executor": "@nx-tools/nx-container:build",
"options": {
"context": "apps/openchallenges/notebook",
"metadata": {
"images": ["ghcr.io/sage-bionetworks/openchallenges-notebook"],
"tags": ["type=edge,branch=main", "type=raw,value=local", "type=sha"]
},
"push": false
}
},
"serve-detach": {
"executor": "nx:run-commands",
"options": {
"command": "docker/openchallenges/serve-detach.sh openchallenges-notebook"
}
}
// "build-image": {
// "executor": "@nx-tools/nx-container:build",
// "options": {
// "context": "apps/openchallenges/notebook",
// "metadata": {
// "images": ["ghcr.io/sage-bionetworks/openchallenges-notebook"],
// "tags": ["type=edge,branch=main", "type=raw,value=local", "type=sha"]
// },
// "push": false
// }
// },
// "serve-detach": {
// "executor": "nx:run-commands",
// "options": {
// "command": "docker/openchallenges/serve-detach.sh openchallenges-notebook"
// }
// }
},
"tags": ["type:app", "scope:client"],
"implicitDependencies": []
Expand Down

0 comments on commit dfc10de

Please sign in to comment.