For local setup
- Front is not in docker when running, so you can update on the fly
- The other items you need to git add and commit and then get the docker builder to update the .env file
- Associating the transform io version to update that. That is pulled from the .env
- copy-local.sh will push the built transform-io.jar into the dockers
- Steps
- mvn clean build -DSkipTests
- copy-local.sh
- Question
- How to update the back layer after making changes