Skip to content

Commit

Permalink
refactor: portfolio COPY 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
rlajm1203 committed Sep 27, 2024
1 parent c7671c0 commit d16d35a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/Recruit-Api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ FROM openjdk:11-jdk-slim
EXPOSE 8080

COPY ./build/libs/*.jar app.jar
COPY ../portfolio.pdf portfolio.pdf
#ARG PROFILE=prod
#ARG PROFILE=local
ENV PROFILE=${PROFILE}
Expand Down

0 comments on commit d16d35a

Please sign in to comment.