File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ RUN dnf update -y \
11
11
&& dnf install -y multitail supervisor
12
12
13
13
RUN mkdir -p /etc/supervisor/conf.d/
14
- ADD docker/elastic/conf/supervisord.conf /etc/supervisor/ supervisord.conf
14
+ ADD docker/elastic/conf/supervisord.conf /etc/supervisord.conf
15
15
16
16
RUN rpm --import https://repo.saltproject.io/salt/py3/redhat/9/x86_64/SALT-PROJECT-GPG-PUBKEY-2023.pub \
17
17
&& curl -fsSL https://repo.saltproject.io/salt/py3/redhat/9/x86_64/3006.repo | tee /etc/yum.repos.d/salt.repo \
@@ -36,4 +36,4 @@ ADD docker/elastic/conf/beacons.conf /etc/salt/minion.d/beacons.conf
36
36
ADD docker/elastic/conf/analytics.minion.conf /etc/salt/minion.d/salt-analytics.conf
37
37
ADD docker/elastic/conf/minion-2.conf /etc/salt/minion.d/minion-2.conf
38
38
39
- CMD ["/usr/bin/supervisord" ,"-c" ,"/etc/supervisor/ supervisord.conf" ]
39
+ CMD ["/usr/bin/supervisord" ,"-c" ,"/etc/supervisord.conf" ]
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ RUN dnf update -y \
11
11
&& dnf install -y multitail supervisor
12
12
13
13
RUN mkdir -p /etc/supervisor/conf.d/
14
- ADD docker/elastic/conf/supervisord.conf /etc/supervisor/ supervisord.conf
14
+ ADD docker/elastic/conf/supervisord.conf /etc/supervisord.conf
15
15
16
16
RUN rpm --import https://repo.saltproject.io/salt/py3/redhat/9/x86_64/SALT-PROJECT-GPG-PUBKEY-2023.pub \
17
17
&& curl -fsSL https://repo.saltproject.io/salt/py3/redhat/9/x86_64/3006.repo | tee /etc/yum.repos.d/salt.repo \
@@ -37,7 +37,7 @@ ADD docker/elastic/loop-jobs.sh /usr/bin/loop-jobs.sh
37
37
ADD docker/elastic/conf/analytics.master.conf /etc/salt/master.d/salt-analytics.conf
38
38
ADD docker/elastic/conf/master-1.conf /etc/salt/master.d/master-1.conf
39
39
40
- CMD ["/usr/bin/supervisord" ,"-c" ,"/etc/supervisor/ supervisord.conf" ]
40
+ CMD ["/usr/bin/supervisord" ,"-c" ,"/etc/supervisord.conf" ]
41
41
42
42
43
43
FROM base as minion-1
@@ -48,4 +48,4 @@ ADD docker/elastic/conf/beacons.conf /etc/salt/minion.d/beacons.conf
48
48
ADD docker/elastic/conf/analytics.minion.conf /etc/salt/minion.d/salt-analytics.conf
49
49
ADD docker/elastic/conf/minion-1.conf /etc/salt/minion.d/minion-1.conf
50
50
51
- CMD ["/usr/bin/supervisord" ,"-c" ,"/etc/supervisor/ supervisord.conf" ]
51
+ CMD ["/usr/bin/supervisord" ,"-c" ,"/etc/supervisord.conf" ]
You can’t perform that action at this time.
0 commit comments