diff --git a/Dockerfile b/Dockerfile index 99f4c5c..70b678f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,6 @@ RUN corepack enable RUN corepack prepare yarn@stable --activate WORKDIR /app COPY --from=dependencies /app/node_modules ./ -RUN ls -lR /app/node_modules COPY . /app/ RUN yarn build