#7
All checks were successful
Build and Deploy Spring Boot Server / build (push) Successful in 10m8s
All checks were successful
Build and Deploy Spring Boot Server / build (push) Successful in 10m8s
This commit is contained in:
@@ -4,4 +4,4 @@ COPY ./target/*.jar app.jar
|
||||
|
||||
EXPOSE 8080
|
||||
|
||||
ENTRYPOINT ["java", "-jar", "app.jar"]
|
||||
ENTRYPOINT ["java","-jar", "app.jar"]
|
||||
Reference in New Issue
Block a user