diff --git a/Dockerfile b/Dockerfile index c84ad5d..edd41b1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,15 +8,10 @@ COPY . . RUN npm ci RUN npm dedupe --production -VOLUME /kill-the-newsletter/data - ENV WEB_PORT=4000 ENV EMAIL_PORT=2525 ENV BASE_URL=http://localhost:4000 ENV SMTP_URL=smtp://localhost ENV ISSUE_REPORT_EMAIL=kill-the-newsletter@leafac.com -EXPOSE 4000 -EXPOSE 2525 - CMD node . \ No newline at end of file