1
0
mirror of https://github.com/typemill/typemill.git synced 2025-10-19 08:36:23 +02:00
Files
php-typemill/docker-utils/init-server
2022-06-02 11:01:32 +02:00

17 lines
351 B
Bash

#!/bin/sh
#usermod -u $PUID www-data
#groupmod -g $PGID www-data
#find /var/www/html -type d -empty -exec cp -R /tmp/* /var/www/html/ \;
#
#cp -R /src/* /var/www/html/
#cp -R /tmp/* /var/www/html/
#/usr/local/bin/install-composer && \
#./composer.phar update
chown www-data:www-data /var/www/html/
#/usr/local/bin/adjust-rights
apache2-foreground