最後活躍 1 month ago

修訂 39efb500143acdf24bc5754a3d3366d43075f7fe

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