diff --git a/Dockerfile b/Dockerfile index 22ae542..5949e81 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,7 +26,7 @@ COPY --from=builder --chown=nextjs:nodejs /app/.next/static ./.next/static # setup the cron COPY --from=builder --chown=nextjs:nodejs /app/cron.js ./ -COPY --from=builder --chown=nextjs:nodejs /app/email ./ +COPY --from=builder --chown=nextjs:nodejs /app/email ./email RUN rm package.json RUN npm init -y RUN npm i cryptr dotenv node-cron