php-apache/build

7 lines
95 B
Bash
Executable File

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