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