Internal Tool for sharing IPification Test Applications
Use standard Maven build to build the project. By default frontend and docker modules will be built.
mvn clean packageTo build only frontend module use following command:
mvn -pl frontend clean package# Navigate to docker directory
cd docker
# Start the container
docker-compose up
# Run in background
docker-compose up -d
# Stop the container
docker-compose downThe web interface will be available at: http://localhost:3009