4 lines
87 B
Bash
4 lines
87 B
Bash
|
|
clear
|
||
|
|
docker build . \
|
||
|
|
-t rust-ls:analyzer \
|
||
|
|
-f docker/rust-analyzer/Dockerfile
|