Skip to content

Commit

Permalink
Copy all supervisord confs into image
Browse files Browse the repository at this point in the history
  • Loading branch information
jhiemstrawisc committed Sep 6, 2023
1 parent ee4b723 commit dd9576d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ COPY images/supervisord/supervisord.conf /etc/supervisord.conf

# Eventually add more entrypoint commands and corresponding supervisor
# daemons here
COPY images/supervisord/pelican_director_serve.conf /etc/supervisord.d/pelican_director_serve.conf
COPY images/supervisord/* /etc/supervisord.d/
COPY images/entrypoint.sh /entrypoint.sh

RUN chmod +x /pelican/osdf-client \
Expand Down

0 comments on commit dd9576d

Please sign in to comment.