#!/bin/sh

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