update dockerfile
This commit is contained in:
parent
7366e68ea6
commit
09c7b2b626
@ -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
|
COPY target/*.jar app.jar
|
||||||
EXPOSE 8080
|
EXPOSE 8080
|
||||||
ENTRYPOINT ["java", "-jar", "/app.jar"]
|
ENTRYPOINT ["java", "-jar", "/app.jar"]
|
BIN
src/main/bundles/prod.bundle
Normal file
BIN
src/main/bundles/prod.bundle
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user