diff --git a/docker/apphub/Dockerfile b/docker/apphub/Dockerfile index 8af32606..1e1156ba 100644 --- a/docker/apphub/Dockerfile +++ b/docker/apphub/Dockerfile @@ -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"] \ No newline at end of file