4 lines
67 B
Bash
4 lines
67 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
docker build -t pillar_base -f base.docker .;
|