1 Star 1 Fork 0

梦之翼/nginx-jwt-module

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.sh 440 Bytes
一键复制 编辑 原始数据 按行查看 历史
Maxime Tissier 提交于 2019-10-27 17:45 . Renamed scripts
#!/usr/bin/env bash
RED='\033[01;31m'
NONE='\033[00m'
# example usage: ./build [--compress]
# build main image
DOCKER_IMAGE_NAME=jwt-nginx
docker build -t ${DOCKER_IMAGE_NAME} $@ .
if [ $? -ne 0 ]
then
echo -e "${RED}Build Failed${NONE}";
exit 1;
fi
# # Copy newly generated module in the repository
# JWT_MODULE=ngx_http_auth_jwt_module.so
# docker run ${DOCKER_IMAGE_NAME} cat /usr/lib/nginx/modules/${JWT_MODULE} > ${JWT_MODULE}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zhunzhong/nginx-jwt-module.git
git@gitee.com:zhunzhong/nginx-jwt-module.git
zhunzhong
nginx-jwt-module
nginx-jwt-module
master

搜索帮助