diff --git a/Dockerfile b/Dockerfile index 7aac6c6..cc1f3c3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,8 @@ FROM maven:3.8.5-openjdk-17-slim +# Set the working directory +WORKDIR /home/container + # Copy project files COPY . .