Compare commits
No commits in common. "a2822445b0958691a00842aa5028b05f613ef114" and "a20acb2db1ab7285330e38c7f73debf481880185" have entirely different histories.
a2822445b0
...
a20acb2db1
2
build.sh
2
build.sh
@ -1,6 +1,6 @@
|
||||
#!/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/nginx -f nginx/Dockerfile ./nginx
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user