diff --git a/Dockerfile b/Dockerfile index ae91dbe..f2d5bae 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,5 @@ # Multi-stage Dockerfile for Spring Boot Application +# TESTING NOTE FROM maven:3.9-eclipse-temurin-17 AS build WORKDIR /app