Skip to content

Commit d5d408e

Browse files
committed
cleaner
1 parent 744c444 commit d5d408e

4 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

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

55
COPY nginx /etc/nginx
66

7-
COPY supervisord/supervisord.conf /etc/supervisord.conf
7+
COPY supervisor/supervisord.conf /etc/supervisord.conf
88
RUN mkdir -p /var/log/supervisor
99
RUN mkdir -p /etc/supervisor/conf.d
1010

11-
COPY supervisord/conf.d /etc/supervisor/conf.d
11+
COPY supervisor/conf.d /etc/supervisor/conf.d
1212

1313
COPY cleanup.bash /usr/local/bin/cleanup.bash
1414
RUN chmod +x /usr/local/bin/cleanup.bash

0 commit comments

Comments
 (0)