nextcloud/fpm/17/build

7 lines
93 B
Bash
Executable File

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