ankush13r commited on
Commit
92eec0c
·
verified ·
1 Parent(s): fd543d4

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -20,7 +20,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-ins
20
  rm -rf /var/lib/apt/lists/*
21
 
22
 
23
- RUN git clone https://github.com/langtech-bsc/chat-ui.git --branch production
24
 
25
  WORKDIR /app/chat-ui
26
 
 
20
  rm -rf /var/lib/apt/lists/*
21
 
22
 
23
+ RUN git clone https://github.com/langtech-bsc/chat-ui.git --branch main
24
 
25
  WORKDIR /app/chat-ui
26