Very large docker image size optimisations
without cross compiling to linux-musl, optimise image by compiling it on a slim rust image and then transferring only the binary over to a debian-slim image.
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
target
|
||||
target/
|
||||
.vscode
|
||||
tests
|
||||
tests/
|
||||
.git
|
||||
.gitignore
|
||||
.gitignore
|
||||
.env
|
||||
Dockerfile
|
||||
migrations/
|
||||
Reference in New Issue
Block a user