7 lines
131 B
Bash
7 lines
131 B
Bash
|
|
# Clearing The Screen
|
||
|
|
clear
|
||
|
|
|
||
|
|
# Building the Docker Container
|
||
|
|
docker build . \
|
||
|
|
-t rust-buildbot \
|
||
|
|
-f docker/build/Dockerfile
|