4 lines
128 B
Bash
Executable file
4 lines
128 B
Bash
Executable file
#!/bin/sh
|
|
BASEDIR=$(dirname "$0")
|
|
cd "$BASEDIR"
|
|
docker build -t 'pongrebio/mastostart:0.1.4' -t 'pongrebio/mastostart:latest' .
|