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

Mod copy cmd before site build

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -14,8 +14,7 @@ RUN bundle install
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
 
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