This change makes use of the official Dokuwiki container image, and makes build.sh executable by default.
Improve development container #1
sham1/sundry-improvements into main Nice work, glad you found the dokuwiki image and we can get rid of the chmod 777 I put in there.
Docker ports in readme need to be changed from 8080:80 -> 8080:8080
The markdown plugin does not seem to work. The start page shows: <!DOCTYPE markdown> # Scheme Wiki When it should render in markdown.
Now that the file permissions are not an issue anymore this works:
docker build . --tag=scheme-wiki
docker run -p 8080:8080 -v ${PWD}/dist/pages:/storage/data/pages scheme-wiki
And the COPY in dockerfile is not needed anymore.
Thank you!
No due date set.
No dependencies set.
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?