Skip to content

Commit

Permalink
fix: command 오타 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
clean2001 committed Oct 27, 2024
1 parent a04dfbc commit 668a012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layer-api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ARG SPRING_PROFILE

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

ENV SPRING_PROFILE=${SPRING_PROFILE}

Expand Down

0 comments on commit 668a012

Please sign in to comment.