php/ubuntu-18.04/build

7 lines
81 B
Bash
Executable File

#!/bin/sh
docker build $1\
-t bkraul/php \
-t bkraul/php:ubuntu-18.04 \
.