Skip to content

Commit 36d9054

Browse files
authored
Merge pull request TeslaGov#19 from TeslaGov/joefitz/copy-so-out-of-container
copy so out of container
2 parents 9cb2245 + 203e43e commit 36d9054

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)