Embed static files #64
Labels
No labels
Brainstorm
Parent
bug
duplicate
enhancement
help wanted
idea
invalid
project/backend
project/frontend
question
wontfix
No milestone
No project
No assignees
1 participant
Due date
No due date set.
Blocks
#71 Setup automatic deployment
Chewing_Bever/fej
Reference: Chewing_Bever/fej#64
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
There's two approaches we can try:
Using this crate we could embed both the frontend & docs inside the binary, allowing for a truly single binary experience™. There's even a Rocket example.
A more simpler approach would be to just add the static files for the docs & frontend inside the container, and serve them using Rocket.
Both methods result in a single container deployment, which is what we want.
Embedding static files in the binaryto Embed static files