Last active 7 hours ago

mikemorris revised this gist 23 hours ago. Go to revision

1 file changed, 6 insertions

docker-run-command.sh(file created)

@@ -0,0 +1,6 @@
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
Newer Older