#!/bin/sh

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

