mirror of
https://github.com/Telecominfraproject/ols-nos.git
synced 2025-11-02 02:57:45 +00:00
[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:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user