개발서버 수정사항 적용

This commit is contained in:
dohyeons
2025-10-21 09:29:35 +09:00
parent c3064ac01f
commit 21688d3815
3 changed files with 12 additions and 9 deletions

View File

@@ -1,5 +1,5 @@
# Multi-stage build for Next.js
FROM node:18-alpine AS base
FROM dockerhub.wace.me/node:20.19-alpine.linux AS base
# curl 설치 (헬스체크용)
RUN apk add --no-cache curl