We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e81dc37 commit ef38d27Copy full SHA for ef38d27
services/backend/Dockerfile.prod
@@ -16,7 +16,7 @@ RUN yarn install --frozen-lockfile
16
COPY . .
17
18
# 백엔드 빌드
19
-RUN yarn build -w @octodocs/backend
+RUN yarn turbo run build --filter=backend
20
21
# 실행 스테이지
22
FROM node:20-alpine
0 commit comments