6 lines
66 B
Docker
6 lines
66 B
Docker
|
FROM decentral1se/jekyll:4
|
||
|
|
||
|
COPY . ${WORKDIR}
|
||
|
|
||
|
RUN bundle install
|