Add Docker support with CI workflow and runtime configuration
Build and Push Docker Image / build-and-push (push) Failing after 1m52s
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`.
This commit is contained in:
@@ -87,7 +87,8 @@ public class JavadocService {
|
||||
"--no-transfer-progress",
|
||||
"-Dlombok.delombok.skip=true",
|
||||
"-Dcheckstyle.skip=true",
|
||||
"-Djacoco.skip=true"
|
||||
"-Djacoco.skip=true",
|
||||
"-DskipTests"
|
||||
);
|
||||
pb.directory(repoDir);
|
||||
pb.redirectErrorStream(true);
|
||||
|
||||
Reference in New Issue
Block a user