Skip to content
Snippets Groups Projects
Commit b8c4cb9e authored by Séamus O'Sullivan's avatar Séamus O'Sullivan
Browse files

Remove docker-related files.

Remove docker-related files, which don't appear to be used in
our own CI workflows.
parent b3762c20
No related branches found
No related tags found
1 merge request!27Clean up old files from JTD fork.
FROM ruby:2.7
ENV LC_ALL C.UTF-8
ENV LANG en_US.UTF-8
ENV LANGUAGE en_US.UTF-8
WORKDIR /usr/src/app
COPY Gemfile just-the-docs.gemspec ./
RUN gem install bundler && bundle install
EXPOSE 4000
version: "3.5"
services:
jekyll:
build:
context: ./
ports:
- 4000:4000
volumes:
- .:/usr/src/app
stdin_open: true
tty: true
command: bundle exec jekyll serve -H 0.0.0.0 -t
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment