nextcloud/fpm/18/build

7 lines
92 B
Bash
Executable File

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