Skip to content

Commit

Permalink
Add missing env var
Browse files Browse the repository at this point in the history
  • Loading branch information
hburn7 committed Oct 29, 2023
1 parent d657fdf commit 9c23b45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions DockerfileProd
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions DockerfileStaging
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9c23b45

Please sign in to comment.