All checks were successful
Build the Docker Image / docker (push) Successful in 3m22s
feat(Dockerfile): installing dependencies
11 lines
No EOL
139 B
Docker
11 lines
No EOL
139 B
Docker
FROM bretfisher/jekyll-serve
|
|
|
|
COPY . /site
|
|
|
|
WORKDIR /site
|
|
|
|
RUN bundle install --retry 5 --jobs 20
|
|
|
|
ENV JEKYLL_ENV="production"
|
|
|
|
EXPOSE 4000 |