zhengr commited on
Commit
323a7fe
·
verified ·
1 Parent(s): 4b3d28e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -45,6 +45,6 @@ ENV GATEWAY__CONTROLUI__ALLOWINSECUREAUTH=true
45
  EXPOSE 18789
46
 
47
  #CMD ["node","dist/index.js"]
48
- CMD ["node","dist/index.js","gateway","--bind","lan","--port","18789","--allow-unconfigured","--auth","token"--token","3f9dce3b44fbb40e1bba6dd0d5d302361a01e63bc0d40982","--password","admin123"]
49
 
50
 
 
45
  EXPOSE 18789
46
 
47
  #CMD ["node","dist/index.js"]
48
+ CMD ["node","dist/index.js","gateway","--bind","lan","--port","18789","--allow-unconfigured","--auth","token","--token","3f9dce3b44fbb40e1bba6dd0d5d302361a01e63bc0d40982","--password","admin123"]
49
 
50