8 lines
262 B
Bash
Executable File
8 lines
262 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
docker build --rm -f Dockerfile-70 -t xaicorp/php:7.0 .
|
|
docker build --rm -f Dockerfile-70-dev -t xaicorp/php:7.0-dev .
|
|
|
|
docker build --rm -f Dockerfile-71 -t xaicorp/php:7.1 .
|
|
docker build --rm -f Dockerfile-71-dev -t xaicorp/php:7.1-dev .
|