Update Dockerfile

This commit is contained in:
Halilović Adis 2021-06-26 13:27:02 +02:00 committed by GitHub
parent b973965dd0
commit 331f53b7bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,4 +8,4 @@ RUN ./mvnw package
EXPOSE 8080
CMD java -jar target/*.jar
CMD ./mvnw spring-boot:run -Dspring-boot.run.profiles=mysql