diff --git a/Dockerfile b/Dockerfile index 370a9de..1bde252 100644 --- a/Dockerfile +++ b/Dockerfile @@ -33,13 +33,13 @@ ENV LC_ALL C.UTF-8 ENV LANG en_US.UTF-8 ENV LANGUAGE en_US.UTF-8 +# Copy over the source files into the +COPY . HorseGeneAnnotation # Install gems for jekyll RUN gem install bundle jekyll WORKDIR /HorseGeneAnnotation RUN bundle install -# Copy over the source files into the -COPY . HorseGeneAnnotation ENTRYPOINT ["bundle", "exec", "jekyll", "serve", "-H", "0.0.0.0", "-P", "4000" ] diff --git a/index.md b/index.md index 2fe9045..063536e 100644 --- a/index.md +++ b/index.md @@ -6,7 +6,7 @@ title: Home ![Banner ](assets/img/repo/banner2.png) # Welcome! 🐴 -This is the README file for HorseGeneAnnotation: a manually-curated, +This is the README file for {{site.title}}: a manually-curated, crowd-sourced gene annotation website for the horse. This repo contains all of the source code, documentation, tutorials, and project tracking for the HorseGeneAnnotation project.