1
0
Fork 0

Add simple Docker build for project

This commit is contained in:
Vili Sinervä 2025-01-16 04:06:59 +02:00
parent 8f8565e07d
commit 7093aa4c9c
No known key found for this signature in database
GPG key ID: DF8FEAF54EFAC996
2 changed files with 24 additions and 0 deletions

View file

@ -15,6 +15,7 @@ pkgs.mkShell {
rustc
rustfmt
clippy
docker
])
++ [ build-command ];
}