php/ubuntu-18.04/build

7 lines
81 B
Plaintext
Raw Normal View History

2019-02-25 15:57:49 +00:00
#!/bin/sh
docker build $1\
-t bkraul/php \
-t bkraul/php:ubuntu-18.04 \
.