最后活跃于 6 hours ago

docker-run-command.sh 原始文件
1#!/bin/bash
2chmod 777 /logs
3ln -sf /opt/vendor /app/vendor
4ln -sf /app/config/${CONFIG_FILE} /app/config/config.ini
5/etc/init.d/php7.4-fpm start && apachectl
6pm2-runtime start /opt/builder/ecosystem.config.cjs