#!/bin/sh

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

