feat: changed Dockerfile

This commit is contained in:
filippo-ferrari 2024-09-06 20:09:35 +02:00
parent 7c26ca86d4
commit 78329b6e45

View file

@ -1,5 +1,5 @@
# Use a Maven image with OpenJDK 22 to build the JAR # Use a Maven image with OpenJDK 22 to build the JAR
FROM maven:3.9.4-openjdk-22 AS build FROM maven:3.9.4-eclipse-temurin-21-alpine AS build
# Set the working directory # Set the working directory
WORKDIR /app WORKDIR /app