Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dadamji34 authored Sep 5, 2024
1 parent 240dce7 commit 2f67ddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ COPY --from=builder /app/build/libs/gratitude-server-0.0.1.jar app.jar

EXPOSE 8080

CMD ["java", "-Dspring.profiles.active=dev", "-jar", "app.jar"]
CMD ["java", "-Dspring.profiles.active=prod", "-jar", "app.jar"]

0 comments on commit 2f67ddf

Please sign in to comment.