Uguu/docker/docker-entrypoint.sh
nokonoko b3c0237ad9 docker support added
using alpine for the docker instead of ubuntu cuts the size and installation time by quite a bit
2022-04-17 15:14:43 +02:00

5 lines
112 B
Bash

#!/bin/bash
cd /var/www/uguu/
make
make install
/usr/bin/supervisord -c /etc/supervisor/conf.d/supervisord.conf