diff --git a/Dockerfile b/Dockerfile index 33b895d..7878dbd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,6 +13,9 @@ COPY tsconfig.build.json . COPY tsconfig.json . RUN yarn --immutable; +COPY --from=deps /app/node_modules ./node_modules +COPY . . + #temp debug RUN yarn -v RUN ls -a