From 9c23b45e74ce323804be3ef25e36a8defca13718 Mon Sep 17 00:00:00 2001 From: hburn7 Date: Sun, 29 Oct 2023 13:47:52 -0400 Subject: [PATCH] Add missing env var --- DockerfileProd | 1 + DockerfileStaging | 1 + 2 files changed, 2 insertions(+) diff --git a/DockerfileProd b/DockerfileProd index 3e5f117..f4d1a08 100644 --- a/DockerfileProd +++ b/DockerfileProd @@ -14,6 +14,7 @@ COPY . . ENV REACT_APP_OSU_CLIENT_ID 24523 ENV REACT_APP_API_URL https://api.otr.stagec.xyz/api ENV REACT_APP_OSU_CALLBACK_URL https://otr.stagec.xyz/auth +ENV REACT_APP_OSU_CALLBACK_URL https://otr.stagec.xyz/ # Build the app RUN npm run build diff --git a/DockerfileStaging b/DockerfileStaging index 795a1ab..6c15269 100644 --- a/DockerfileStaging +++ b/DockerfileStaging @@ -14,6 +14,7 @@ COPY . . ENV REACT_APP_OSU_CLIENT_ID 24523 ENV REACT_APP_API_URL https://api.staging.otr.stagec.xyz/api ENV REACT_APP_OSU_CALLBACK_URL https://staging.otr.stagec.xyz/auth +ENV REACT_APP_ORIGIN_URL https://staging.otr.stagec.xyz/ # Build the app RUN npm run build