Create Lightweight Docker Image
ImBIOS opened this issue · 6 comments
Is your feature request related to a problem? Please describe.
The current docker image built by Dockerfile.actix
and Dockerfile.yew
is huge because we use it for the active development process as runtime inside docker-compose.yml
, it's not 'old device' friendly tho.
Describe the solution you'd like
We can create separated those Dockerfile
and docker-compose.yml
for development and production.
Describe alternatives you've considered
undefined
Additional context
https://levelup.gitconnected.com/create-an-optimized-rust-alpine-docker-image-1940db638a6c
https://dev.to/mohammadfaisal/how-i-reduced-docker-image-size-from-143-gb-to-224-mb-53nc
Great idea! Do you want to take on this task @ImBIOS ?
They did!! #69
@griffobeid @darioalessandro Let me try to take this task more seriously, please assign me here.
hahahah you got it @ImBIOS thank you so much for your contributions!!
This may give you trouble with the yew-ui image minification: #72