Skip to content

Commit 744c444

Browse files
committed
fix
1 parent c1b934a commit 744c444

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

Dockerfile

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,13 @@ RUN apk add curl jq bash supervisor
44

55
COPY nginx /etc/nginx
66

7-
COPY supervisord /etc/supervisord
7+
COPY supervisord/supervisord.conf /etc/supervisord.conf
88
RUN mkdir -p /var/log/supervisor
9+
RUN mkdir -p /etc/supervisor/conf.d
10+
11+
COPY supervisord/conf.d /etc/supervisor/conf.d
912

1013
COPY cleanup.bash /usr/local/bin/cleanup.bash
1114
RUN chmod +x /usr/local/bin/cleanup.bash
1215

13-
CMD ["/usr/bin/supervisord", "-c", "/etc/supervisord/supervisord.conf"]
16+
CMD ["/usr/bin/supervisord", "-c", "/etc/supervisord.conf"]

0 commit comments

Comments
 (0)