nextcloud/fpm/20/build

7 lines
92 B
Bash
Executable File

#!/bin/sh
docker pull nextcloud:20-fpm
docker build $1\
-t bkraul/nextcloud:20-fpm \
.