entrypoint.sh 232 B

12345
  1. #!/bin/bash
  2. cd /var/www/opentalent/opentalent && mkdir -p config && cd config \
  3. && for f in $(ls -d /var/source/config/config/*); do ln -fs $f; done && cd .. \
  4. && chown www-data:www-data -R config \
  5. && apache2-foreground