diff --git a/Dockerfile b/Dockerfile index 093b320..eb2370e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,6 @@ -FROM openjdk:17-jdk-slim +FROM openjdk:21-jdk-slim +RUN git clone https://git.primefactorsolutions.com/PFS/pfs-recruiting.git +RUN cd pfs-recruiting && ./mvnw clean package -Pproduction COPY target/*.jar app.jar EXPOSE 8080 ENTRYPOINT ["java", "-jar", "/app.jar"] \ No newline at end of file diff --git a/src/main/bundles/prod.bundle b/src/main/bundles/prod.bundle new file mode 100644 index 0000000..d10789f Binary files /dev/null and b/src/main/bundles/prod.bundle differ