Skip to content

Commit 2f96c82

Browse files
committed
Merge pull request #42 from mordocai/fix_docker_scripts
Fix the broken docker scripts. Depending on third-party artifacts always bites you. Always.
2 parents 12244b2 + f2e0e10 commit 2f96c82

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
22
# host:guest port map.
3-
docker run --label=jekyll --label=stable --volume=$(pwd):/srv/jekyll -t -p 127.0.0.1:4000:4000 jekyll/stable jekyll build
3+
docker run --label=jekyll --label=stable --volume=$(pwd):/srv/jekyll -t -p 127.0.0.1:4000:4000 jekyll/jekyll jekyll build
44

55
docker build -t pnathan/articulate-common-lisp:latest .

livetest.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#!/bin/bash
2-
docker run --label=jekyll --label=stable --volume=$(pwd):/srv/jekyll -t -p 127.0.0.1:4000:4000 jekyll/stable jekyll s --baseurl=''
2+
docker run --label=jekyll --label=stable --volume=$(pwd):/srv/jekyll -p 127.0.0.1:4000:4000 jekyll/jekyll

0 commit comments

Comments
 (0)