Skip to content

Commit

Permalink
Fixed frontend dockerfile chat api url env (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
SanttuA authored Oct 15, 2024
1 parent 1dbf1ce commit f27838b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN npm cache clean --force && npm ci
COPY . .

ARG NEXT_PUBLIC_CHAT_API=http://localhost:8000/api/chat
ENV NEXT_PUBLIC_CHAT_API=$NEXT_PUBLIC_API_URL
ENV NEXT_PUBLIC_CHAT_API=$NEXT_PUBLIC_CHAT_API

ARG NEXT_PUBLIC_USE_LLAMACLOUD=false
ENV NEXT_PUBLIC_USE_LLAMACLOUD=$NEXT_PUBLIC_USE_LLAMACLOUD
Expand Down

0 comments on commit f27838b

Please sign in to comment.