nextcloud/fpm-alpine/build

8 lines
131 B
Plaintext
Raw Normal View History

2018-09-28 17:36:30 +00:00
#!/bin/sh
2019-03-22 12:00:05 +00:00
docker pull nextcloud:fpm-alpine
docker build $1\
2018-09-28 17:36:30 +00:00
-t bkraul/nextcloud:latest \
-t bkraul/nextcloud:fpm-alpine \
.