YashashviAlva commited on
Commit
4ed28a0
·
1 Parent(s): 04bc2e9

Enable live groq mode

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -13,7 +13,7 @@ RUN npm install
13
 
14
  COPY codesentry-frontend/ ./
15
  # In HF Spaces the frontend talks to the same origin (backend serves static)
16
- ENV VITE_MOCK_MODE=true
17
  ENV VITE_API_URL=
18
  RUN npm run build
19
 
 
13
 
14
  COPY codesentry-frontend/ ./
15
  # In HF Spaces the frontend talks to the same origin (backend serves static)
16
+ ENV VITE_MOCK_MODE=false
17
  ENV VITE_API_URL=
18
  RUN npm run build
19