This Dockerfile and image contains the essentials to build yew and webasm stuff.
Go to file
mslot cbaef109cd
ci/woodpecker/push/woodpecker Pipeline was successful Details
Update 'README.md'
2023-02-03 14:18:22 +00:00
.gitignore Added a Dockerfile and a CI pipeline that builds and pushes ferris 2023-01-28 19:04:00 +01:00
.woodpecker.yml Push latest tag 2023-01-29 15:23:23 +01:00
Dockerfile Using a large base image for now 2023-01-29 11:01:51 +01:00
LICENSE Initial commit 2023-01-28 13:47:32 +00:00
README.md Update 'README.md' 2023-02-03 14:18:22 +00:00

README.md

Ferris

This Dockerfile and image contains the essentials to build yew and webasm stuff.

Run

You can run it like this

docker run --rm -v /root/folder/of/website:/source ferris:latest

it will build it in release mode pr default.

Size

This image is large, but i have no idea how to boil it down because it needs cargo, trunk, wasm32-unknown-unknown etc. This suits my preferences just fine now: i have my own build server that resides on the same machine as the docker registry. Maybe it can be optimized by using a slim alpine image? If you have any ideas, please let me know.