Nicky Nicolson commited on
Commit
7f5d5ed
·
1 Parent(s): d5c584a

Copy minimal jekyll site files

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -14,7 +14,8 @@ RUN bundle install
14
 
15
  RUN echo here
16
 
17
- # COPY . .
 
18
  RUN bundle exec jekyll build
19
 
20
  #Copy _sites from build to Nginx Container to serve site
 
14
 
15
  RUN echo here
16
 
17
+ COPY index.md .
18
+ COPY _config.yml .
19
  RUN bundle exec jekyll build
20
 
21
  #Copy _sites from build to Nginx Container to serve site