init
This commit is contained in:
1
backend/.gitignore
vendored
1
backend/.gitignore
vendored
@@ -2,7 +2,6 @@
|
||||
# Dependencies
|
||||
# ==============================================
|
||||
/node_modules
|
||||
package-lock.json
|
||||
|
||||
# ==============================================
|
||||
# Build Output
|
||||
|
||||
@@ -7,9 +7,8 @@ RUN apk add --no-cache curl
|
||||
|
||||
# 환경변수 설정
|
||||
ENV NODE_ENV=production
|
||||
ENV NODE_OPTIONS="--enable-source-maps"
|
||||
|
||||
# package.json 복사
|
||||
# package.json만 먼저 복사
|
||||
COPY package*.json ./
|
||||
|
||||
# 의존성 설치 (devDependencies 포함 - nest CLI 필요)
|
||||
|
||||
Reference in New Issue
Block a user