production

This commit is contained in:
qiaofeng1227 2023-10-12 16:43:15 +08:00
parent c0eaec31a4
commit d136f7bb37

View File

@ -31,7 +31,8 @@ RUN apt update && apt install git jq iproute2 supervisor -y && \
echo "This folder stored the credentials of other services that integrated with apphub" > credentials/readme
RUN pip install --upgrade pip && pip install -r apphub/requirements.txt
#RUN cd apphub && pip install -e ./apphub
RUN pip install -e ./apphub
# supervisor
COPY config/supervisord.conf /etc/supervisor/conf.d/supervisord.conf
RUN chmod +r /etc/supervisor/conf.d/supervisord.conf