Compare commits

...

No commits in common. "a20acb2db1ab7285330e38c7f73debf481880185" and "a2822445b0958691a00842aa5028b05f613ef114" have entirely different histories.

View File

@ -1,6 +1,6 @@
#!/usr/bin/env bash #!/usr/bin/env bash
DOCKER_REGISTRY=${1:-localhost:5000} DOCKER_REGISTRY=$(1:-localhost:5000)
docker image build -t ${DOCKER_REGISTRY}/laravel-php-fpm/php -f php/Dockerfile ./php docker image build -t ${DOCKER_REGISTRY}/laravel-php-fpm/php -f php/Dockerfile ./php
docker image build -t ${DOCKER_REGISTRY}/laravel-php-fpm/nginx -f nginx/Dockerfile ./nginx docker image build -t ${DOCKER_REGISTRY}/laravel-php-fpm/nginx -f nginx/Dockerfile ./nginx