Skip to content

Instantly share code, notes, and snippets.

@fcastill
Last active June 24, 2019 15:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fcastill/25680aae4bac25e854c46fb3126b30a2 to your computer and use it in GitHub Desktop.
Save fcastill/25680aae4bac25e854c46fb3126b30a2 to your computer and use it in GitHub Desktop.
Custom contributions in Flogo Docker image
# build: `docker build -t flogo/flogo-docker:custom-contribs -f custom-contribs.Dockerfile .`
# run: `docker run -it -p 3303:3303 flogo/flogo-docker:custom-contribs eula-accept`
FROM flogo/flogo-docker
RUN cd $FLOGO_WEB_LOCALDIR/engines/flogo-web \
# repeat/replace this line and add more contributions
&& flogo install github.com/project-flogo/contrib/activity/noop \
&& flogo build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment