diff --git a/Dockerfile b/Dockerfile index a202d691a..73fc263b1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,4 +10,4 @@ RUN ./mvnw dependency:resolve COPY src ./src -CMD ["./mvnw", "spring-boot:run"] \ No newline at end of file +CMD ["./mvnw", "spring-boot:run", "-Dspring-boot.run.profiles=mysql"] \ No newline at end of file