개발서버를 위한 설정 추가

This commit is contained in:
2025-12-09 23:51:46 +09:00
parent 5c70490706
commit 8e1e792903

View File

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