laopo001 commited on
Commit
2da3414
·
verified ·
1 Parent(s): ed1d8d6

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -16,7 +16,7 @@ RUN apt-get install -y python3 python3-pip
16
  # With pip.
17
  RUN pip install uv
18
 
19
- RUN npm i -g @dadigua/hyper-chat
20
 
21
  ENV NODE_ENV=production
22
 
 
16
  # With pip.
17
  RUN pip install uv
18
 
19
+ RUN npm i -g @dadigua/hyper-chat@1.7.3
20
 
21
  ENV NODE_ENV=production
22