Skip to content

Commit

Permalink
Fix docker command similar to idr.op...py.org
Browse files Browse the repository at this point in the history
  • Loading branch information
pwalczysko committed Feb 17, 2023
1 parent 9e89e4e commit 02679c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker_startup.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash

docker run -it --rm -p 4000:4000 -v $PWD:/srv/jekyll jekyll/builder:pages jekyll server -w
docker run -it --rm -p 4000:4000 -v $PWD:/srv/jekyll jekyll/builder:4.2.0 jekyll server -w

0 comments on commit 02679c9

Please sign in to comment.