This commit is contained in:
@ -13,6 +13,9 @@ RUN mvn package -q -Dmaven.test.skip -DskipTests -T2C
|
||||
# Stage 2: Create the final lightweight image
|
||||
FROM eclipse-temurin:17.0.11_9-jre-focal
|
||||
|
||||
# Install Git
|
||||
RUN apt-get install -y git
|
||||
|
||||
# Set the app to be in production mode
|
||||
ENV ENVIRONMENT=production
|
||||
|
||||
|
Reference in New Issue
Block a user