diff --git a/Containerfile b/Containerfile index accbbbc..942f3ab 100644 --- a/Containerfile +++ b/Containerfile @@ -13,5 +13,6 @@ RUN chown -R node:node /app USER node:node COPY ./container/entrypoint.sh /entrypoint.sh COPY package.json . +COPY --from=builder /app/node_modules ./node_modules COPY --from=builder /app/build ./build ENTRYPOINT ["sh", "/entrypoint.sh"]