kimai2/nginx-alpine/build

8 lines
106 B
Bash

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