nextcloud/fpm/16/build

7 lines
92 B
Bash
Executable File

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