This website works better with JavaScript.
Home
Explore
Help
Sign In
RuhNetConsulting
/
getssl
mirror of
https://github.com/srvrco/getssl
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
51
Wiki
Activity
Browse Source
Fix path for unix
pull/740/head
Tim Kimber
6 years ago
parent
a51e2e3280
commit
da2d86b44a
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
test/run-test.sh
+ 1
- 1
test/run-test.sh
View File
@ -20,7 +20,7 @@ else
ALIAS
=
"
$OS
.getssl.test
"
ALIAS
=
"
$OS
.getssl.test
"
fi
fi
docker build --rm -f
"
test
\
Dockerfile-
$OS
"
-t
"
getssl-
$OS
"
.
docker build --rm -f
"
test
/
Dockerfile-
$OS
"
-t
"
getssl-
$OS
"
.
docker run -it
\
docker run -it
\
--env
GETSSL_HOST
=
"
$OS
.getssl.test
"
\
--env
GETSSL_HOST
=
"
$OS
.getssl.test
"
\
-v .:/getssl
\
-v .:/getssl
\
Write
Preview
Loading…
Cancel
Save