Add new files from upstream
This commit is contained in:
11
cv.bryanroessler.com/Dockerfile
Normal file
11
cv.bryanroessler.com/Dockerfile
Normal file
@@ -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