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