docker-run-command.sh
· 216 B · Bash
Raw
chmod 777 /logs &&
ln -sf /opt/vendor /app/vendor &&
ln -sf /app/config/${CONFIG_FILE} /app/config/config.ini &&
/etc/init.d/php7.4-fpm start &&
apachectl start &&
pm2-runtime start /opt/builder/jade-compiler.js
| 1 | chmod 777 /logs && |
| 2 | ln -sf /opt/vendor /app/vendor && |
| 3 | ln -sf /app/config/${CONFIG_FILE} /app/config/config.ini && |
| 4 | /etc/init.d/php7.4-fpm start && |
| 5 | apachectl start && |
| 6 | pm2-runtime start /opt/builder/jade-compiler.js |