Browse Source

[docker] fix Huefrontend pod going to carshloopbackoff state (#3658)

Ying Chen 1 year ago
parent
commit
fd2cfdd56b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tools/container/huelb/Dockerfile

+ 1 - 1
tools/container/huelb/Dockerfile

@@ -47,4 +47,4 @@ STOPSIGNAL SIGINT
 USER hive
 ENV USER hive
 WORKDIR ${HUE_HOME}
-CMD ["run_httpd.sh"]
+CMD ["./run_httpd.sh"]