This commit is contained in:
wangliwen 2022-11-07 16:55:12 +08:00
parent 94fe2ac5b8
commit 61d9c00bda
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ ADD application/$TAR_FILE $VERTICLE_HOME/
COPY simsun.ttc /usr/share/fonts/truetype/dejavu/
RUN cd /usr/share/fonts/truetype/dejavu && chmod 755 * && fc-cache -fv
COPY dockerstart.sh $VERTICLE_HOME/renren-admin
RUN $VERTICLE_HOME/renren-admin && chmod 755 *.sh
RUN cd $VERTICLE_HOME/renren-admin && chmod 755 *.sh
HEALTHCHECK --interval=3m --timeout=3s --start-period=3m --retries=5 CMD curl --silent --fail 127.0.0.1:8888/ucs-admin/census/center/v2/whole_amount || exit 1
WORKDIR $VERTICLE_HOME/renren-admin