Created buildscripts

This commit is contained in:
Maddox Werts 2025-01-19 10:15:33 -05:00
parent d51187d826
commit cff6ab0ab7
2 changed files with 8 additions and 0 deletions

4
scripts/cargo/docker.sh Executable file
View file

@ -0,0 +1,4 @@
clear
docker build . \
-t rust-ls:cargo \
-f docker/cargo/Dockerfile

View file

@ -0,0 +1,4 @@
clear
docker build . \
-t rust-ls:analyzer \
-f docker/rust-analyzer/Dockerfile