This commit is contained in:
2025-12-15 14:34:19 +09:00
parent 8d78c3a1dc
commit 26577fb696
2 changed files with 1 additions and 3 deletions

1
backend/.gitignore vendored
View File

@@ -2,7 +2,6 @@
# Dependencies # Dependencies
# ============================================== # ==============================================
/node_modules /node_modules
package-lock.json
# ============================================== # ==============================================
# Build Output # Build Output

View File

@@ -7,9 +7,8 @@ RUN apk add --no-cache curl
# 환경변수 설정 # 환경변수 설정
ENV NODE_ENV=production ENV NODE_ENV=production
ENV NODE_OPTIONS="--enable-source-maps"
# package.json 복사 # package.json만 먼저 복사
COPY package*.json ./ COPY package*.json ./
# 의존성 설치 (devDependencies 포함 - nest CLI 필요) # 의존성 설치 (devDependencies 포함 - nest CLI 필요)