Fix example environment vars in Dockerfile

This commit is contained in:
Nehal Patel 2021-10-07 00:29:38 -05:00
parent f75f39a6ad
commit 244a19bbe7
1 changed files with 2 additions and 2 deletions

View File

@ -13,8 +13,8 @@ VOLUME /kill-the-newsletter/static/alternate/
ENV WEB_PORT=4000
ENV EMAIL_PORT=2525
ENV BASE_URL=https://kill-the-newsletter.retronym.us
ENV SMTP_URL=smtp://kill-the-newsletter.retronym.us
ENV BASE_URL=http://localhost:4000
ENV SMTP_URL=smtp://localhost
ENV ISSUE_REPORT_EMAIL=kill-the-newsletter@leafac.com
EXPOSE 4000