Sfoglia il codice sorgente

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

Ying Chen 1 anno fa
parent
commit
fd2cfdd56b
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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"]