Skip to content

Commit

Permalink
Add Dockerfile to build the site locally
Browse files Browse the repository at this point in the history
Signed-off-by: nook24 <[email protected]>
  • Loading branch information
nook24 committed Feb 6, 2024
1 parent 133f285 commit 00d5847
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,3 @@ WORKDIR /site
EXPOSE 4000

CMD bundle exec jekyll serve --watch --force_polling -H 0.0.0.0 -P 4000

# docker build . -t naemon/docs
# docker run --rm -it -v "$PWD":/site -p "4000:4000" naemon/docs:latest

0 comments on commit 00d5847

Please sign in to comment.