개발서버를 위한 설정 추가

This commit is contained in:
2025-12-09 23:48:09 +09:00
parent f5ff2cd89d
commit 7cdcb5ff7c

View File

@@ -14,6 +14,8 @@ RUN npm install
# 소스 코드 복사
COPY . .
COPY ../.env.development ./.env
# NestJS 빌드
RUN npm run build