This commit is contained in:
qiaofeng1227 2023-10-16 08:53:15 +08:00
parent 527ff0ec1e
commit bf358f0014
3 changed files with 4 additions and 1 deletions

View file

@ -48,5 +48,6 @@ 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"]

View file

@ -36,5 +36,7 @@ fi
# start by supervisord
/usr/bin/supervisord
# debug
cat /entrypoint.sh |grep "supervisorctl start"
supervisorctl start apphub
tail -f /dev/null

View file

@ -1,5 +1,5 @@
{
"version": "0.8.26-rc42",
"version": "0.8.26-rc43",
"plugins": {
"portainer": "0.0.7",
"nginx": "0.0.5",