Skip to content

Commit

Permalink
Remove / from origin url
Browse files Browse the repository at this point in the history
  • Loading branch information
hburn7 committed Oct 29, 2023
1 parent 21c0876 commit 41edc36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DockerfileProd
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +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/
ENV REACT_APP_OSU_CALLBACK_URL https://otr.stagec.xyz

# Build the app
RUN npm run build
Expand Down
2 changes: 1 addition & 1 deletion DockerfileStaging
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +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/
ENV REACT_APP_ORIGIN_URL https://staging.otr.stagec.xyz

# Build the app
RUN npm run build
Expand Down

0 comments on commit 41edc36

Please sign in to comment.