add secret to dockerfile
Some checks failed
Build and Push Container / Build App (push) Successful in 54s
Build and Push Container / Publish App (push) Failing after 2m18s

This commit is contained in:
2026-01-16 16:21:02 +11:00
parent 75a38ada5e
commit 2ef158fda0

View File

@@ -28,6 +28,8 @@ ARG NODE_ENV=production
ENV NODE_ENV=$NODE_ENV
ARG DATABASE_URL
ENV DATABASE_URL=$DATABASE_URL
ARG PAYLOAD_SECRET
ENV PAYLOAD_SECRET=$PAYLOAD_SECRET
ENV NEXT_TELEMETRY_DISABLED=1
RUN \