Skip to content

Commit 862c831

Browse files
committed
feat: /app/public 카피 삭제
1 parent bbf8353 commit 862c831

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ RUN yarn build
1010
FROM node:22-alpine
1111
WORKDIR /app
1212
COPY --from=builder /app/.next ./.next
13-
COPY --from=builder /app/public ./public
1413
COPY --from=builder /app/package*.json ./
1514
RUN npm ci --production
1615

0 commit comments

Comments
 (0)