Skip to content

Commit

Permalink
chore: docker-compose network 부분 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
clean2001 committed Oct 27, 2024
1 parent 91f5a29 commit ae61d15
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions layer-api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ ARG JAR_FILE=./build/libs/*.jar
ARG SPRING_PROFILE

COPY ${JAR_FILE} layer-server.jar
RUN echo "jar exist"
RUN ls # jar가 존재하는지 확인

ENV SPRING_PROFILE=${SPRING_PROFILE}

Expand Down

0 comments on commit ae61d15

Please sign in to comment.