MastodonHelp/docker/build.sh
pezcurrel fe9230d0d2 ...
2020-05-12 10:12:17 +02:00

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' .