diff --git a/backend/Dockerfile b/backend/Dockerfile index 6c5ea00..16fe12f 100644 --- a/backend/Dockerfile +++ b/backend/Dockerfile @@ -14,10 +14,6 @@ RUN npm install # 소스 코드 복사 COPY . . -RUN ls -al .. - -COPY ../.env.development ./.env - # NestJS 빌드 RUN npm run build