diff --git a/build.sh b/build.sh new file mode 100755 index 0000000..59406ec --- /dev/null +++ b/build.sh @@ -0,0 +1,3 @@ +VERSION="1.0.0" +docker build -t common-nginx-fpm:$VERSION . +docker tag common-nginx-fpm:$VERSION common-nginx-fpm:latest