]> jfr.im git - uguu.git/blame - docker/docker-entrypoint.sh
Dockerize Uguu to work with the default SQLite DB
[uguu.git] / docker / docker-entrypoint.sh
CommitLineData
0a6585a2 1#!/bin/bash
2envsubst < /var/www/uguu/_dist.json > /var/www/uguu/dist.json
3cd /var/www/uguu/
4make
5make install
6service php8.0-fpm start
7service cron start
8nginx -g 'daemon off;'