9 lines
172 B
Bash
Executable File
9 lines
172 B
Bash
Executable File
#!/bin/sh
|
|
|
|
docker pull nextcloud:17-fpm-alpine
|
|
docker build $1\
|
|
-t bkraul/nextcloud:latest \
|
|
-t bkraul/nextcloud:fpm-alpine \
|
|
-t bkraul/nextcloud:17-fpm-alpine \
|
|
.
|