mirror of
https://github.com/PeterMaquiran/tvone.git
synced 2026-04-22 03:55:52 +00:00
This commit is contained in:
+8
-3
@@ -39,9 +39,14 @@ COPY . .
|
||||
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
|
||||
|
||||
ENV API_URL="https://tvone-api.petermaquiran.xyz"
|
||||
ENV KEYCLOAK_BASE_URL=""
|
||||
ENV KEYCLOAK_REALM=""
|
||||
ENV KEYCLOAK_CLIENT_ID=""
|
||||
ENV KEYCLOAK_CLIENT_SECRET=""
|
||||
ENV API_URL=""
|
||||
ENV COOKIE_DOMAIN=""
|
||||
ENV NEXT_PUBLIC_API_URL=""
|
||||
|
||||
# Build Next.js app
|
||||
RUN \
|
||||
|
||||
Reference in New Issue
Block a user