Sfoglia il codice sorgente

Merge pull request #1032 from wqh0109663/master

修复docker入口错误
Jianglang 2 anni fa
parent
commit
3e710aa2a1
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      docker/Dockerfile.latest

+ 1 - 1
docker/Dockerfile.latest

@@ -31,4 +31,4 @@ RUN chmod +x /entrypoint.sh \
 
 USER noroot
 
-ENTRYPOINT ["docker/entrypoint.sh"]
+ENTRYPOINT ["/entrypoint.sh"]