7 lines
106 B
Plaintext
7 lines
106 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
docker pull nextcloud:16-fpm-alpine
|
||
|
docker build $1\
|
||
|
-t bkraul/nextcloud:16-fpm-alpine \
|
||
|
.
|