many smarts
Some checks failed
deploy / deploy (push) Failing after 33s

This commit is contained in:
Lee 2023-11-13 05:55:38 +00:00
parent 75afdfed7d
commit 5e817186de

@ -20,6 +20,9 @@ ENV GIT_REV ${GIT_REV}
ARG SENTRY_AUTH_TOKEN
ENV SENTRY_AUTH_TOKEN ${SENTRY_AUTH_TOKEN}
ARG REDIS_URL
ENV REDIS_URL ${REDIS_URL}
# Build the app
RUN pnpm run build