movim / movim_docker

Official Docker Compose stack for Movim, maintained by @kawaii and the @movim team
https://movim.eu/
GNU Affero General Public License v3.0
79 stars 29 forks source link

Movim keeps copying itself #24

Closed LAGonauta closed 4 years ago

LAGonauta commented 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

However this was changed last year to be inside the public folder: https://github.com/movim/movim/commit/323a3bc78cd5ef5da9a5b2e161a37dd5f6225536