File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11# Step 1: Build the React application
22FROM node:20 AS build
3- # ENV BACKEND_API_URL "https://dev -backend-dcavk67s4a-uc.a.run.app"
3+ # ENV BACKEND_API_URL "https://prod -backend-new -dcavk67s4a-uc.a.run.app"
44# ENV BLOOM_URL "https://bloom-latest.s3.eu-west-2.amazonaws.com/assets/index.html?connectURL={CONNECT_URL}&search=Show+me+a+graph"
5- ENV BLOOM_URL "https://bloom-latest.s3.eu-west-2.amazonaws.com/assets/index.html ?connectURL={CONNECT_URL}&search=Show+me+a+graph&featureGenAISuggestions=true&featureGenAISuggestionsInternal=true"
5+ ENV BLOOM_URL "https://workspace-preview.neo4j.io/workspace/explore ?connectURL={CONNECT_URL}&search=Show+me+a+graph&featureGenAISuggestions=true&featureGenAISuggestionsInternal=true"
66ENV REACT_APP_SOURCES ""
77ENV LLM_MODELS ""
88ENV TIME_PER_CHUNK 4
9- ENV ENV "DEV "
9+ ENV ENV "PROD "
1010WORKDIR /app
1111COPY package.json yarn.lock ./
1212RUN yarn add @neo4j-nvl/base @neo4j-nvl/react
You can’t perform that action at this time.
0 commit comments