7 lines
120 B
Plaintext
7 lines
120 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
docker pull webdevops/php-nginx:ubuntu-14.04
|
||
|
docker build $1\
|
||
|
-t bkraul/php-nginx:ubuntu-14.04-samba \
|
||
|
.
|