Updated nginx to toggle ssl
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user