OCI Container Containerize a simple spring boot application - #671
Conversation
|
Failed to check permissions for user MaryamOfiiciallyGitGit: HttpError: No server is currently available to service your request. Sorry about that. Please try resubmitting your request and contact us if the problem persists. |
…ng-boot-application
|
Here's the review for the pull request titled "OCI Container Containerize a simple spring boot application": Code Review Comments
Please make the requested changes to improve the pull request. |
CodelineAtyab
left a comment
There was a problem hiding this comment.
Please watch the recording and only for the 1st time, lets write the docker file ourselves and not generate with AI (use AI to understand)
This will help us do the upcoming tasks.
CodelineAtyab
left a comment
There was a problem hiding this comment.
Please watch the recording and only for the 1st time, lets write the docker file ourselves and not generate with AI (use AI to understand)
This will help us do the upcoming tasks.
…lication' of https://github.com/CodelineAtyab/AgileOraclesExperimentProject into feature/86eyndw7k/containerize-a-simple-spring-boot-application
|
Here's the review for the pull request titled "OCI Container Containerize a simple spring boot application". Below are the Code Review Comments based on the criteria provided: Code Review Comments
Please make the requested changes to improve the pull request. |
…ng-boot-application
|
Here's a review of the pull request titled "OCI Container Containerize a simple spring boot application". Based on the provided guidelines and the code changes: Code Review Comments
Summary
These comments will guide improvements and ensure the pull request meets coding standards and project requirements. |
…ng-boot-application
|
I have retrieved the contents of the 1: FROM amazoncorretto:17-alpine
2:
3: WORKDIR /app
4:
5: COPY . /app
6:
7: RUN ./mvnw clean install
8:
9: ENTRYPOINT ["java", "-jar", "./target/healthapp-0.0.1-SNAPSHOT.jar"]Code Review Comments
Summary
These comments should guide necessary improvements effectively. If you have any follow-up tasks or need further assistance, let me know! |




No description provided.