개발서버를 위한 설정 추가
This commit is contained in:
@@ -14,6 +14,8 @@ RUN npm install
|
||||
# 소스 코드 복사
|
||||
COPY . .
|
||||
|
||||
COPY ../.env.development ./.env
|
||||
|
||||
# NestJS 빌드
|
||||
RUN npm run build
|
||||
|
||||
|
||||
Reference in New Issue
Block a user