Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@fcastill
fcastill / legacy.json
Created October 23, 2018 20:05
flogo#418
{
"name": "Pub App WITHOUT INVOKES",
"type": "flogo:app",
"version": "0.0.1",
"description": "",
"triggers": [
{
"name": "Timer 2",
"ref": "github.com/jvanderl/flogo-components/trigger/timer2",
"description": "Simple Timer trigger",
@fcastill
fcastill / custom-contribs.Dockerfile
Last active June 24, 2019 15:09
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