Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -20,4 +20,4 @@ RUN npm i -g @dadigua/hyper-chat@latest
|
|
| 20 |
|
| 21 |
ENV NODE_ENV=production
|
| 22 |
|
| 23 |
-
CMD ["npx", "hyper-chat --appDataDir
|
|
|
|
| 20 |
|
| 21 |
ENV NODE_ENV=production
|
| 22 |
|
| 23 |
+
CMD ["npx", "hyper-chat", "--appDataDir=/data/HyperChat"]
|