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