1
0
forked from PGL/Clyde

adding cdn to CI

This commit is contained in:
Debucquoy Anthony 2024-03-18 21:39:31 +01:00
parent de72bd800c
commit 3d6941ab93
Signed by: tonitch
GPG Key ID: A78D6421F083D42E

View File

@ -1,5 +1,6 @@
FROM eclipse-temurin:21-jdk-alpine
VOLUME /tmp
VOLUME /cdn
ENV SPRING_PROFILES_ACTIVE=prod
COPY build/libs/backend-0.0.1-SNAPSHOT.jar /app.jar
ENTRYPOINT ["java", "-jar", "/app.jar"]