clean make files, add base dependency when required
This commit is contained in:
5
build/make/jekyll.mk
Normal file
5
build/make/jekyll.mk
Normal file
@@ -0,0 +1,5 @@
|
||||
jekyll:
|
||||
sed -i "s,\(FROM\s*\).*,\1grahamc/jekyll:latest\nUSER root," ${FILE}
|
||||
$(call file,Gemfile)
|
||||
echo 'RUN bundler' >> ${FILE}
|
||||
echo 'ENTRYPOINT ["jekyll"]' >> ${FILE}
|
||||
Reference in New Issue
Block a user