Updated nginx to toggle ssl

This commit is contained in:
2025-04-12 23:21:25 -04:00
parent 261daa8644
commit 99f23cb05b
7 changed files with 60 additions and 9 deletions

View File

@@ -22,7 +22,7 @@ RUN \
FROM base AS runner
ARG PORT=3000
ENV PORT=${PORT}
ENV NODE_ENV=production
ENV VITE_NODE_ENV=production
WORKDIR /app
COPY --chown=node --from=builder /builder /app