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