#!/bin/sh

docker pull webdevops/php-nginx:alpine
docker build $1\
  -t bkraul/elfinder:alpine \
  -t bkraul/elfinder:alpine-2.1.49 \
  .
