Update 'README.md'
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
mslot 2023-02-03 14:18:22 +00:00
parent 0ae7b0306b
commit cbaef109cd
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# Ferris
### Ferris
This Dockerfile and image contains the essentials to build yew and webasm stuff.
# Run
### Run
You can run it like this
```bash
@ -10,5 +10,5 @@ docker run --rm -v /root/folder/of/website:/source ferris:latest
it will build it in release mode pr default.
# Size
### 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.