File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -18,16 +18,16 @@ COPY package.json yarn.lock ./
18
18
RUN yarn add @neo4j-nvl/base @neo4j-nvl/react
19
19
RUN yarn install
20
20
COPY . ./
21
- RUN VITE_BACKEND_API_URL=$VITE_BACKEND_API_URL \
22
- VITE_REACT_APP_SOURCES=$VITE_REACT_APP_SOURCES \
23
- VITE_LLM_MODELS=$VITE_LLM_MODELS \
24
- VITE_GOOGLE_CLIENT_ID=$VITE_GOOGLE_CLIENT_ID \
25
- VITE_BLOOM_URL=$VITE_BLOOM_URL \
26
- VITE_TIME_PER_CHUNK=$VITE_TIME_PER_CHUNK \
27
- VITE_CHUNK_SIZE=$VITE_CHUNK_SIZE \
28
- VITE_ENV=$VITE_ENV \
29
- VITE_LARGE_FILE_SIZE =${VITE_LARGE_FILE_SIZE } \
30
- VITE_CHAT_MODES=$VITE_CHAT_MODES \
21
+ RUN BACKEND_API_URL=$BACKEND_API_URL \
22
+ REACT_APP_SOURCES=$REACT_APP_SOURCES \
23
+ LLM_MODELS=$LLM_MODELS \
24
+ GOOGLE_CLIENT_ID=$GOOGLE_CLIENT_ID \
25
+ BLOOM_URL=$BLOOM_URL \
26
+ TIME_PER_CHUNK=$TIME_PER_CHUNK \
27
+ CHUNK_SIZE=$CHUNK_SIZE \
28
+ ENV=$ENV \
29
+ LARGE_FILE_SIZE =${LARGE_FILE_SIZE } \
30
+ CHAT_MODES=$CHAT_MODES \
31
31
yarn run build
32
32
33
33
# Step 2: Serve the application using Nginx
You can’t perform that action at this time.
0 commit comments