leptos-rs / book

The home for the Leptos book, which can be found deployed at https://book.leptos.dev
MIT License
80 stars 60 forks source link

Add documentation for how to deploy to Railway #45

Closed marvin-bitterlich closed 8 months ago

marvin-bitterlich commented 8 months ago

This uses a Railway template I created to save users time. I also added an alpine based dockerfile, as the debian based one was not working for me.

I didn't want to just outright delete/update it, maybe this was just me doing things wrong. But the docker file I added I can confirm works well. And using the GitHub release install script was much faster than cargo binstall

benwis commented 8 months ago

LGTM. Thank you for your contribution