Skip to content

Commit

Permalink
[fix] docker sh error
Browse files Browse the repository at this point in the history
  • Loading branch information
lkeme committed Oct 31, 2023
1 parent 901dd4e commit f52d724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ case ${VERSION} in
if [ "$CAPTCHA" == "1" ]; then
echo -e "\n ======== \n ${Info} ${GreenBG} 正在使用验证码服务 ${Font} \n ======== \n"
echo -e "\n ======== \n ${Info} ${GreenBG} 验证码服务地址:http://${CAPTCHA_HOST}:${CAPTCHA_PORT} ${Font} \n ======== \n"
(cd ./captcha && php -S $CAPTCHA_HOST:$CAPTCHA_PORT &) ; (cd .. && php app.php m:a)
(cd ./captcha && php -S $CAPTCHA_HOST:$CAPTCHA_PORT &) ; (php app.php m:a)
else
php app.php m:a
fi
Expand Down

0 comments on commit f52d724

Please sign in to comment.