We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81290dd commit 5a1f6c3Copy full SHA for 5a1f6c3
scripts.sh
@@ -49,8 +49,8 @@ stop_nginx() {
49
cp_bin() {
50
printf "${BLUE} Copying binaries...${NC}"
51
rm -rf bin
52
- mkdir -p bin
53
- docker exec jwt-nginx sh -c "tar -chf - \
+ mkdir bin
+ docker exec "${DOCKER_IMAGE_NAME}" sh -c "tar -chf - \
54
/usr/lib64/nginx/modules/ngx_http_auth_jwt_module.so \
55
/usr/lib/x86_64-linux-gnu/libjansson.so.* \
56
/usr/lib/x86_64-linux-gnu/libjwt.*" 2>/dev/null | tar -xf - -C bin &>/dev/null
0 commit comments