1
0
forked from PGL/Clyde

[fix] wrong file

This commit is contained in:
Debucquoy Anthony 2024-02-27 19:15:36 +01:00
parent 4c79b9e51f
commit 56df39b584
Signed by untrusted user: tonitch
GPG Key ID: A78D6421F083D42E
2 changed files with 1 additions and 1 deletions

View File

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

View File

@ -5,6 +5,5 @@ services:
- 'POSTGRES_DB=clyde'
- 'POSTGRES_USER=devel'
- 'POSTGRES_PASSWORD=devel'
- 'SPRING_PROFILES_ACTIVE=prod'
ports:
- '5432:5432'