# lottery **Repository Path**: zicjin/lottery ## Basic Information - **Project Name**: lottery - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-08-05 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Docker Build. in sln folder: docker build -t lottery_admin -f lottery.admin/Dockerfile . docker build -t lottery_api -f lottery.api/Dockerfile . # docker 运行 docker-compose -f docker-compose.prod.yml up -d docker-compose -f docker-compose.prod.yml up -d lottery_api 注:up时,不存在同名image的话会build image。反之不会build # Subresource Integrity 生成 curl https://ajax.aspnetcdn.com/ajax/jquery/jquery-3.3.1.min.js | openssl dgst -sha384 -binary | openssl enc -base64 -A curl https://ajax.aspnetcdn.com/ajax/bootstrap/3.3.7/bootstrap.min.js | openssl dgst -sha384 -binary | openssl enc -base64 -A curl https://ajax.aspnetcdn.com/ajax/jquery.validate/1.17.0/jquery.validate.min.js | openssl dgst -sha384 -binary | openssl enc -base64 -A