4 lines
87 B
Bash
4 lines
87 B
Bash
|
#!/bin/bash
|
||
|
cd $(dirname ${0})
|
||
|
docker build -t custom/samba:0.0.1 -f $PWD/Dockerfile .
|