laopo001 commited on
Commit
0592eb2
·
verified ·
1 Parent(s): 0467166

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 /data/HyperChat"]
 
20
 
21
  ENV NODE_ENV=production
22
 
23
+ CMD ["npx", "hyper-chat", "--appDataDir=/data/HyperChat"]