Last active 9 hours ago

Revision ae57b0441c54f55261f53c60dc469f463c493797

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