mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-01-23 09:20:20 +08:00
apphub
This commit is contained in:
parent
caacfb8be3
commit
88de569237
@ -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"]
|
Loading…
Reference in New Issue
Block a user