summaryrefslogtreecommitdiff
path: root/website/Dockerfile
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2026-01-08 21:12:16 +0000
committerJoe Carstairs <me@joeac.net>2026-01-08 21:12:16 +0000
commit8e00726b047da3d0eda5bd0f4eca6339aadd12f0 (patch)
tree633d73a5d13778f0f5c25bdcbf29a707b3544903 /website/Dockerfile
parente0170e82aacf68aaf5d9896df9fdbea454e4725f (diff)
remove TODO comment block
Diffstat (limited to 'website/Dockerfile')
-rw-r--r--website/Dockerfile12
1 files changed, 0 insertions, 12 deletions
diff --git a/website/Dockerfile b/website/Dockerfile
index 72690b9..2edf733 100644
--- a/website/Dockerfile
+++ b/website/Dockerfile
@@ -1,18 +1,6 @@
FROM node:lts-alpine3.22 AS runtime
WORKDIR /app
-################### TODO ###################
-# - Add another service on the same network running an SMTP server such
-# as msmtpd or Postfix
-# - Configure the SMTP server to send emails from me@joeac.net via Zoho
-# - Configure the website to use the SMTP server to send emails
-# - Test
-# - Push
-# - Test on RPi
-# - Consider: now you're running an SMTP server anyway, can you send it
-# from your very own no-reply email address?
-############################################
-
COPY package.json package-lock.json ./
RUN npm install