8c19e869b7
The entryscript is needed to set correct permissions on the data directory.
5 lines
95 B
Bash
Executable file
5 lines
95 B
Bash
Executable file
#! /bin/sh
|
|
|
|
chown -R www-data /var/www/html/data
|
|
rm -r /var/www/html/docker
|
|
apache2-foreground
|