#!/bin/sh

docker pull nextcloud:fpm-alpine
docker build $1\
  -t bkraul/nextcloud:latest \
  -t bkraul/nextcloud:fpm-alpine \
  .