adamzammit / limesurvey-docker

Production ready dockerised Limesurvey
GNU General Public License v3.0
86 stars 51 forks source link

docker-entrypoint.sh does not check folder first #9

Closed derhecht closed 4 years ago

derhecht commented 4 years ago

we running images inside Jenkins which setup e.g. working dir for Docker images on default (with -w) to Jenkins job workspace folder

your LimeSurvey is extracted to /var/www/html

the docker-entrypoint.sh script does not check working dir and just checks if application config exists in current folder and even try to copy it from there

could you take care of different working dir by e.g. just switch dir on docker-entrypoint.sh or use full path?

adamzammit commented 4 years ago

Thanks @derhecht I've updated the entrypoint file - let me know if you still have issues after this update. Adam

derhecht commented 4 years ago

sry, open next issue because of permission issue now