change location

This commit is contained in:
Amir Pourmand 2022-03-04 01:10:31 +03:30
parent 6c27ae3da1
commit e65c322921
4 changed files with 0 additions and 20 deletions

View file

@ -1,5 +0,0 @@
FROM jekyll/jekyll
Label MAINTAINER Amir Pourmand
WORKDIR /srv/jekyll
ADD Gemfile /srv/jekyll/
RUN bundle install

11
Gemfile
View file

@ -1,11 +0,0 @@
source 'https://rubygems.org'
gem "jekyll"
gem "jekyll-theme-primer"
gem "jekyll-optional-front-matter"
gem "jekyll-default-layout"
gem "jekyll-readme-index"
gem "jekyll-titles-from-headings"
gem "jekyll-relative-links"
gem "kramdown-parser-gfm"
gem "kramdown"

View file

@ -1 +0,0 @@
docker build -t "foam:Dockerfile" .

View file

@ -1,3 +0,0 @@
docker run --rm -v "$PWD:/srv/jekyll/" -p "8080:8080" \
-it foam:Dockerfile bundler \
exec jekyll serve --watch --port=8080 --host=0.0.0.0