Nicky Nicolson commited on
Commit
815e793
·
1 Parent(s): 7922543

add some debugging on built site

Browse files
Files changed (1) hide show
  1. Dockerfile +4 -0
Dockerfile CHANGED
@@ -17,6 +17,10 @@ RUN echo here
17
  COPY . .
18
  RUN bundle exec jekyll build --baseurl ""
19
 
 
 
 
 
20
  #Copy _sites from build to Nginx Container to serve site
21
  USER root
22
  FROM nginx:latest
 
17
  COPY . .
18
  RUN bundle exec jekyll build --baseurl ""
19
 
20
+ RUN find /usr/src/app/_site -type f -ls
21
+
22
+ RUN cat /usr/src/app/_site/taxonomy/browse.html
23
+
24
  #Copy _sites from build to Nginx Container to serve site
25
  USER root
26
  FROM nginx:latest