Spaces:
Running
Running
Nicky Nicolson
commited on
Commit
·
7f5d5ed
1
Parent(s):
d5c584a
Copy minimal jekyll site files
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -14,7 +14,8 @@ RUN bundle install
|
|
14 |
|
15 |
RUN echo here
|
16 |
|
17 |
-
|
|
|
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
|