Skip to content

Commit

Permalink
add email to env to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Mario Tiscareño committed Aug 6, 2024
1 parent c2f1cf8 commit 2fb40d6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ ENV MAILGUN_SENDER=$MAILGUN_SENDER
ARG MAIL_PROVIDER
ENV MAIL_PROVIDER=$MAIL_PROVIDER

ARG EMAIL_TO
ENV EMAIL_TO=$EMAIL_TO

RUN npm run build
RUN npm prune --production

Expand Down

0 comments on commit 2fb40d6

Please sign in to comment.