From 244a19bbe7e7c539701280427d6400004126bf82 Mon Sep 17 00:00:00 2001 From: Nehal Patel Date: Thu, 7 Oct 2021 00:29:38 -0500 Subject: [PATCH] Fix example environment vars in Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0cb58db..52d3fe0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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