apphub
This commit is contained in:
parent
c922e8afa6
commit
463bc3b31c
1 changed files with 2 additions and 2 deletions
|
@ -31,8 +31,8 @@ RUN pip install --upgrade pip && pip install -r apphub/requirements.txt
|
|||
# supervisor
|
||||
|
||||
# RUN pip install supervisor
|
||||
COPY config/supervisord.conf /usr/local/supervisord.conf
|
||||
RUN chmod +r /usr/local/supervisord.conf
|
||||
COPY config/supervisord.conf /etc/supervisor/conf.d/supervisord.conf
|
||||
RUN chmod +r /etc/supervisor/conf.d/supervisord.conf
|
||||
COPY config/entrypoint.sh /entrypoint.sh
|
||||
RUN chmod +x /entrypoint.sh
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue