Skip to content

Commit 203e43e

Browse files
committed
copy so out of container
1 parent 9cb2245 commit 203e43e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ CONTAINER_ID=$(docker run --name "${DOCKER_IMAGE_NAME}-cont" -d -p 8000:8000 ${D
77

88
MACHINE_IP=`docker-machine ip`
99

10+
docker cp ${CONTAINER_ID}:/usr/lib64/nginx/modules/ngx_http_auth_jwt_module.so .
11+
1012
RED='\033[01;31m'
1113
GREEN='\033[01;32m'
1214
NONE='\033[00m'

0 commit comments

Comments
 (0)