[supervisord]: use abspath as supervisord entrypoint (#5995)

use abspath makes the entrypoint not affected by PATH env.

Signed-off-by: Guohan Lu <lguohan@gmail.com>
This commit is contained in:
lguohan
2020-11-22 21:18:44 -08:00
committed by GitHub
parent e0781f463f
commit 4d3eb18ca7
47 changed files with 49 additions and 49 deletions

View File

@@ -32,4 +32,4 @@ COPY ["critical_processes", "/etc/supervisor/"]
RUN apt-get clean -y; apt-get autoclean -y; apt-get autoremove -y
RUN rm -rf /debs
ENTRYPOINT ["supervisord"]
ENTRYPOINT ["/usr/local/bin/supervisord"]