mirror of
https://github.com/PeterMaquiran/tvone.git
synced 2026-04-23 04:25:51 +00:00
@@ -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; \
|
||||
|
||||
Reference in New Issue
Block a user