From 56955348176d7c8b2648947e3388c3c255cbb4fb Mon Sep 17 00:00:00 2001 From: matttttttso <48606684+matttttttso@users.noreply.github.com> Date: Mon, 16 Oct 2023 14:15:29 +0900 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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