Closed LAGonauta closed 4 years ago
I noticed that every time I start the container Movim copies itself to the directory even though it is already there. The culprit seems to be this line that assumes that index.php will be at the root folder: https://github.com/movim/movim_docker/blob/a82715fa8381f946c07d3e937fc1bfb7df370019/docker-entrypoint.sh#L4
index.php
However this was changed last year to be inside the public folder: https://github.com/movim/movim/commit/323a3bc78cd5ef5da9a5b2e161a37dd5f6225536
public
I noticed that every time I start the container Movim copies itself to the directory even though it is already there. The culprit seems to be this line that assumes that
index.php
will be at the root folder: https://github.com/movim/movim_docker/blob/a82715fa8381f946c07d3e937fc1bfb7df370019/docker-entrypoint.sh#L4However this was changed last year to be inside the
public
folder: https://github.com/movim/movim/commit/323a3bc78cd5ef5da9a5b2e161a37dd5f6225536