entrypoint.sh 95 B

12345
  1. #! /bin/sh
  2. chown -R www-data /var/www/html/data
  3. rm -r /var/www/html/docker
  4. apache2-foreground