pls work
All checks were successful
Deploy to Dokku / docker (ubuntu-latest) (push) Successful in 41s

This commit is contained in:
Lee 2024-04-29 06:43:25 +01:00
parent 9140dbc838
commit a9f3f74880

@ -14,7 +14,7 @@ RUN mvn package -q -Dmaven.test.skip -DskipTests -T2C
FROM eclipse-temurin:17.0.11_9-jre-focal
# Install Git
RUN apt-get install -y git
RUN apt-get update && apt-get install -y git
# Set the app to be in production mode
ENV ENVIRONMENT=production