This commit is contained in:
qiaofeng1227 2023-10-10 18:31:53 +08:00
parent caacfb8be3
commit 88de569237

View file

@ -31,7 +31,7 @@ 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 .
#RUN cd apphub && pip install .
# supervisor
COPY config/supervisord.conf /etc/supervisor/conf.d/supervisord.conf
RUN chmod +r /etc/supervisor/conf.d/supervisord.conf
@ -47,6 +47,5 @@ RUN rm -rf apphub/docs apphub/tests library.zip plugin-appstore && \
apt clean && \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /usr/share/man /usr/share/doc /usr/share/doc-base
EXPOSE 8080
ENTRYPOINT ["/entrypoint.sh"]