Skip to content

Commit

Permalink
fix : path
Browse files Browse the repository at this point in the history
  • Loading branch information
ChoiSangwon authored Nov 20, 2023
1 parent 846f4e6 commit a39537f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ COPY ./client/package.json ./client/yarn.lock ./
RUN yarn install && yarn global add typescript

# 소스 코드 복사
COPY . .
COPY ./client .

RUN ls -l
# 애플리케이션 빌드
Expand Down

0 comments on commit a39537f

Please sign in to comment.