Update Dockerfile
Browse files- 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 |
|