Skip to content

Commit

Permalink
fix profile selection in docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
M-Busk committed Feb 19, 2025
1 parent 8080070 commit 3f07a34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ RUN apt-get update && \

WORKDIR /home/gradle/src
COPY --chown=gradle:gradle . .
RUN gradle buildFrontend --no-daemon -DactiveProfile=${ACTIVEPROFILE}
RUN gradle buildFrontend --no-daemon -PactiveProfile=${ACTIVEPROFILE}

FROM nginx:stable-alpine
COPY --from=build /home/gradle/src/build/resources /usr/share/nginx/html
Expand Down

0 comments on commit 3f07a34

Please sign in to comment.