4 lines
103 B
Bash
Executable File
4 lines
103 B
Bash
Executable File
#!/bin/bash
|
|
docker build --tag ojuso/map:latest\
|
|
$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )/..
|