Skip to content

Commit ef38d27

Browse files
committed
fix: 빌드 명령어 수정
1 parent e81dc37 commit ef38d27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/backend/Dockerfile.prod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN yarn install --frozen-lockfile
1616
COPY . .
1717

1818
# 백엔드 빌드
19-
RUN yarn build -w @octodocs/backend
19+
RUN yarn turbo run build --filter=backend
2020

2121
# 실행 스테이지
2222
FROM node:20-alpine

0 commit comments

Comments
 (0)