Skip to content

Commit

Permalink
fix: Email Notification wasn't working.
Browse files Browse the repository at this point in the history
  • Loading branch information
towfiqi committed Nov 30, 2022
1 parent d687109 commit 365caec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 365caec

Please sign in to comment.