8 lines
138 B
Bash
Executable File
8 lines
138 B
Bash
Executable File
#!/bin/sh
|
|
|
|
docker pull webdevops/php-nginx:alpine
|
|
docker build $1\
|
|
-t bkraul/elfinder:alpine \
|
|
-t bkraul/elfinder:alpine-2.1.49 \
|
|
.
|