Skip to content

Commit

Permalink
don't include the kitchen sink when building documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mmguero committed Oct 6, 2022
1 parent 964669b commit 9a0661c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfiles/nginx.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ FROM ghcr.io/mmguero-dev/jekyll:latest as docbuild
ARG VCS_REVISION
ENV VCS_REVISION $VCS_REVISION

ADD . /site
ADD README.md _includes _layouts _site _config.yml Gemfile docs /site/

WORKDIR /site

Expand Down

0 comments on commit 9a0661c

Please sign in to comment.