Skip to content

Commit

Permalink
fix nginx docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mmguero committed Oct 6, 2022
1 parent 86582a2 commit f55a592
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfiles/nginx.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ ARG GITHUB_TOKEN
ARG VCS_REVISION
ENV VCS_REVISION $VCS_REVISION

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

WORKDIR /site
Expand Down

0 comments on commit f55a592

Please sign in to comment.