Skip to content

Instantly share code, notes, and snippets.

@themr0c
Last active August 22, 2019 14:45
Show Gist options
  • Save themr0c/81744240c51635066fea8d4d6a9fc4c4 to your computer and use it in GitHub Desktop.
Save themr0c/81744240c51635066fea8d4d6a9fc4c4 to your computer and use it in GitHub Desktop.
che-docs devfile (Che 7 RC1)
---
specVersion: 0.0.1
name: che-docs
components:
- type: dockerimage
alias: che-docs
image: eclipse/che-docs
memoryLimit: 512Mi
mountSources: true
endpoints:
- name: jekyll
port: 4000
- name: livereload
port: 35729
command: "cd /projects/che-docs; jekyll clean; jekyll serve --livereload -H 0.0.0.0"
projects:
- name: che-docs
clonePath: /projects/che-docs
source:
type: git # git github zip
location: https://github.com/eclipse/che-docs.git
branch: master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment