测试entrypoint

This commit is contained in:
hanhh 2021-06-15 23:33:41 +08:00
parent f6d7c3c35e
commit 63cc3e59b4
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
FROM node:lts-alpine
LABEL maintainer="whyour"
ARG QL_URL=https://github.com/whyour/qinglong.git
ARG QL_BRANCH=master
ARG QL_BRANCH=develop
ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin \
LANG=zh_CN.UTF-8 \
SHELL=/bin/bash \

View File

@ -46,6 +46,6 @@ echo -e "容器启动成功..."
echo -e "\n请先访问5700端口登录成功面板之后再执行添加定时任务..."
echo -e "############################################################\n"
crond -f
crond -f >/dev/null
exec "$@"