A flow library based web editor
- Build the base image "dataflow-editor-base" by running the below command in the project directory
docker-compose build
- From the repository_files folder in the project directory, copy files to the repository folder
- Set the folder path to the environment variable in the file ".env"
DIRPATH=nodetypes
- Build a new docker image which will use the previous build image as its base,
Use docker composeTo build image and run the containerdocker-compose build
docker-compose up
To run on the local host
docker run -it -p 8080:8080 dataflow-editor:latest
To run from the build context
docker-compose up