Skip to content

Conversation

@anncatton
Copy link
Contributor

No description provided.

Dockerfile Outdated
ENV REACT_APP_EGO_CLIENT_ID=ego
ENV REACT_APP_API=http://localhost:8081/
ENV PUBLIC_URL="/"
ARG REACT_APP_PUBLIC_URL="/"
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what is the need for an ARG ? these are for docker build command

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i had the same setup in dms-ui, i thought that was needed. But can change it back if not!

Dockerfile Outdated
ENV PUBLIC_URL="/"
ARG REACT_APP_PUBLIC_URL="/"

ENV REACT_APP_PUBLIC_URL ${REACT_APP_PUBLIC_URL}
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this could be ENV REACT_APP_PUBLIC_URL="/"

@anncatton anncatton merged commit eabe9b0 into develop Mar 17, 2021
@anncatton anncatton deleted the 136-fix-redirect-routing branch March 17, 2021 19:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants