We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 404a7ba commit 684d813Copy full SHA for 684d813
Dockerfile
@@ -1,5 +1,5 @@
1
FROM starefossen/github-pages:137
2
3
-COPY . /usr/src/app/
+COPY . /usr/src/app
4
5
-CMD jekyll serve -H 0.0.0.0
+CMD bundle exec jekyll serve -d /_site --watch -H 0.0.0.0 -P 4000
0 commit comments