chore: Docker Hub 장애 우회 - WACE Docker Registry 사용

This commit is contained in:
dohyeons
2025-10-20 18:26:57 +09:00
parent 70f6093fb5
commit 74487b5455
2 changed files with 5 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
# Multi-stage build for Next.js
FROM node:20-alpine AS base
FROM dockerhub.wace.me/node:20.19-alpine.linux AS base
# Install dependencies only when needed
FROM base AS deps