MastodonHelp/docker/build.sh
2020-05-11 23:32:01 +02:00

4 lines
126 B
Bash
Executable file

#!/bin/sh
BASEDIR=$(dirname $0)
cd "$BASEDIR"
docker build -t 'pongrebio/mastostart:0.1.4' -t 'pongrebio/mastostart:latest' .