plsgivemeachane commited on
Commit
502e2f5
·
1 Parent(s): d4efde9

Nah i cannot see where the bug come

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -1
Dockerfile CHANGED
@@ -10,6 +10,8 @@ COPY --chown=node:node . .
10
 
11
  RUN npm install
12
 
 
 
13
  EXPOSE 7860
14
 
15
- CMD [ "DEBUG=socket*", "node" , "index.js" ]
 
10
 
11
  RUN npm install
12
 
13
+ RUN DEBUG=*
14
+
15
  EXPOSE 7860
16
 
17
+ CMD [ "node", "index.js" ]