Skip to content

Commit fffc0fc

Browse files
committed
fix: env 파일 복사 스크립트 제거
1 parent e491539 commit fffc0fc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

server/Dockerfile

-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ COPY --from=builder /app/yarn.lock ./yarn.lock
2525
COPY --from=builder /app/.yarnrc.yml ./.yarnrc.yml
2626
COPY --from=builder /app/.yarn ./.yarn
2727
COPY --from=builder /app/server/dist ./dist
28-
COPY server/.env ./.env
2928

3029
RUN yarn workspaces focus --production --all
3130

0 commit comments

Comments
 (0)