6 lines
61 B
Plaintext
6 lines
61 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
docker build $1\
|
||
|
-t bkraul/php-apache:7.3 \
|
||
|
.
|