Skip to content

Commit f7f5a12

Browse files
authored
Update Dockerfile.dev
1 parent 13f6566 commit f7f5a12

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile.dev

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ COPY . .
99
# 빌드시점에 .env 파일 복사
1010
COPY .env .env
1111

12-
RUN yarn install && yarn build
12+
RUN yarn install && yarn build --no-lint
1313

1414
# 2단계: production
1515
FROM node:20-alpine AS runner
@@ -34,4 +34,4 @@ RUN yarn install --production
3434

3535
EXPOSE 3000
3636

37-
CMD ["yarn", "start"]
37+
CMD ["yarn", "start"]

0 commit comments

Comments
 (0)