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