diff --git a/backend/Dockerfile b/backend/Dockerfile index e27d278..6c5ea00 100644 --- a/backend/Dockerfile +++ b/backend/Dockerfile @@ -14,7 +14,7 @@ RUN npm install # 소스 코드 복사 COPY . . -RUN ls -al +RUN ls -al .. COPY ../.env.development ./.env