4dbca41a24
Build and Push Docker Image / build-and-push (push) Failing after 1m52s
- Added `Dockerfile` to build a Docker image for the JavadocViewerService. - Implemented a Gitea-based CI workflow (`deploy-image.yml`) to build and push the Docker image. - Updated `settings.local.json` to expand permissions for the service. - Included `-DskipTests` to Maven arguments in `JavadocService.java`.
10 lines
287 B
JSON
10 lines
287 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(java -version)",
|
|
"WebFetch(domain:github.com)",
|
|
"Bash(find /Users/thilo/development/java/JavadocViewerService -not -path */target/* -not -path */.mvn/* -not -path */.maven/* -not -path */.git/* -type f -o -type d)"
|
|
]
|
|
}
|
|
}
|