change
continuous-integration/drone/push Build is failing

This commit is contained in:
2026-04-20 17:11:34 +01:00
parent 8e9c997f25
commit 326c57efab
+5
View File
@@ -38,6 +38,11 @@ COPY . .
# Disable telemetry during build (optional)
ENV NEXT_TELEMETRY_DISABLED=1
# Required by prisma generate during image build
ARG API_URL="https://tvone-api.petermaquiran.xyz"
ENV API_URL=$API_URL
# Build Next.js app
RUN \
if [ -f yarn.lock ]; then yarn build; \