nextcloud/fpm/19/build

7 lines
92 B
Bash
Executable File

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