Docker file added and readme updated
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
FROM ruby:2.7
|
||||
|
||||
WORKDIR /home/app
|
||||
|
||||
COPY Gemfile* ./
|
||||
|
||||
RUN bundle install
|
||||
|
||||
COPY . .
|
||||
|
||||
CMD [ "bundle", "exec", "jekyll", "serve" ]
|
||||
Reference in New Issue
Block a user