Prepare reverse proxy deployment

This commit is contained in:
Zachariah K. Sharma
2026-06-06 23:52:51 -06:00
parent c34bdad98f
commit 7027cd9327
3 changed files with 32 additions and 0 deletions
+1
View File
@@ -22,6 +22,7 @@ WORKDIR /app
ENV NODE_ENV=production
ENV NEXT_TELEMETRY_DISABLED=1
ENV PORT=3000
ENV HOSTNAME=0.0.0.0
RUN apk add --no-cache dumb-init