chmod 755 启动脚本

This commit is contained in:
wangliwen 2022-11-07 16:48:32 +08:00
parent cb1d7600f8
commit 94fe2ac5b8
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +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
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