container icon indicating copy to clipboard operation
container copied to clipboard

Container building scripts for Slidev

Results 3 container issues
Sort by recently updated
recently updated
newest added

command: ``` ~/slides # cd /root/ ~ # npm i playwright-chromium (work directory should be `/root/`) ~ # cd /root/slides ~/slides # ../node_modules/.bin/slidev export ``` Got err log: ``` Slidev...

bug

**Describe the bug** Docker container does not start **To Reproduce** git clone https://github.com/slidevjs/container.git cd container docker run -v /home/ph/slides:/root/slides -p 3000:3030 ph/slidev:1 ---->>> sh: slidev: Permission denied

Hello. Slidev project is really cool and I am appropriate for this. I found that the container is not working properly because of crlf ending of `entrypoint.sh`. I could manage...