Init
This commit is contained in:
commit
a82e755abe
11
Dockerfile
Normal file
11
Dockerfile
Normal file
@ -0,0 +1,11 @@
|
||||
FROM ruby:2.6.5-alpine
|
||||
|
||||
EXPOSE 4000
|
||||
|
||||
RUN apk --no-cache add \
|
||||
g++ \
|
||||
git \
|
||||
make
|
||||
|
||||
RUN gem install bundler -v 2.1.4
|
||||
RUN gem install jekyll -v 4.0.0
|
Reference in New Issue
Block a user