Skip to content

Commit

Permalink
Merge pull request #384 from mikefranze/main
Browse files Browse the repository at this point in the history
Enabling some features for demo
  • Loading branch information
mikefranze authored Nov 17, 2023
2 parents 622576a + d965e1f commit 3ddeafa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ COPY --chown=node:node package*.json ./
WORKDIR /usr/src/app/frontend
COPY --chown=node:node frontend .
ENV REACT_APP_KEYCLOAK_URL https://auth.star.vote:8443/realms/STARVotingDev/protocol/openid-connect
ENV REACT_APP_FF_METHOD_STAR_PR true
ENV REACT_APP_FF_METHOD_RANKED_ROBIN true
ENV REACT_APP_FF_METHOD_APPROVAL true
ENV REACT_APP_FF_CANDIDATE_DETAILS true
ENV REACT_APP_FF_MULTI_RACE true
ENV REACT_APP_FF_MULTI_WINNER true
RUN npm run build
WORKDIR /usr/src/app/backend
COPY --chown=node:node backend .
Expand Down

0 comments on commit 3ddeafa

Please sign in to comment.