fixing cors for prod

This commit is contained in:
2026-01-20 22:41:51 -05:00
parent 8001ea2b4c
commit 9c8bb13fb0
5 changed files with 11 additions and 5 deletions

View File

@@ -19,7 +19,6 @@ RUN mvn clean package -DskipTests
# Use a smaller Java Runtime Environment (JRE) image for a smaller footprint
FROM eclipse-temurin:21-jre
ENV SPRING_PROFILES_ACTIVE=prod
# Set the working directory in the final image
WORKDIR /app