mailApp/.Dockerignore
Nick Bland 0a31ae482b
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.
2021-11-16 15:40:32 +10:00

8 lines
66 B
Plaintext

target/
.vscode
tests/
.git
.gitignore
.env
Dockerfile
migrations/