Created buildscripts
This commit is contained in:
parent
d51187d826
commit
cff6ab0ab7
2 changed files with 8 additions and 0 deletions
4
scripts/cargo/docker.sh
Executable file
4
scripts/cargo/docker.sh
Executable file
|
@ -0,0 +1,4 @@
|
||||||
|
clear
|
||||||
|
docker build . \
|
||||||
|
-t rust-ls:cargo \
|
||||||
|
-f docker/cargo/Dockerfile
|
4
scripts/rust-analyzer/docker.sh
Executable file
4
scripts/rust-analyzer/docker.sh
Executable file
|
@ -0,0 +1,4 @@
|
||||||
|
clear
|
||||||
|
docker build . \
|
||||||
|
-t rust-ls:analyzer \
|
||||||
|
-f docker/rust-analyzer/Dockerfile
|
Loading…
Reference in a new issue