This commit is contained in:
parent
aae8145f6f
commit
1ddbf1c13a
|
|
@ -61,6 +61,8 @@ RUN chmod +x /plugai/wrapper.sh
|
||||||
|
|
||||||
RUN rm -rf /root/.npm /root/.pnpm-store /tmp/*
|
RUN rm -rf /root/.npm /root/.pnpm-store /tmp/*
|
||||||
|
|
||||||
|
HEALTHCHECK --interval=30s --timeout=3s --start-period=25s --retries=3 CMD curl -fs http://localhost:3008/api/health || exit 1
|
||||||
|
|
||||||
EXPOSE 3008
|
EXPOSE 3008
|
||||||
|
|
||||||
# 使用 supervisor 启动
|
# 使用 supervisor 启动
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue