Update Dockerfile

This commit is contained in:
Rajesh1b 2024-09-26 16:10:16 +05:30 committed by GitHub
parent a113b6f5e0
commit 9c55ed36c1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -32,7 +32,3 @@ EXPOSE 8080
#cmd command
CMD ["app.jar"]
# Set the command to run the application
CMD ["java", "-jar", "target/spring-petclinic-3.3.0-SNAPSHOT.jar"]