Add simple Docker build for project
This commit is contained in:
parent
8f8565e07d
commit
7093aa4c9c
2 changed files with 24 additions and 0 deletions
|
@ -15,6 +15,7 @@ pkgs.mkShell {
|
|||
rustc
|
||||
rustfmt
|
||||
clippy
|
||||
docker
|
||||
])
|
||||
++ [ build-command ];
|
||||
}
|
||||
|
|
Reference in a new issue