-
-
Notifications
You must be signed in to change notification settings - Fork 147
Description
Description:
Currently, setting up and running the Indicator Go project requires manual installation of dependencies and configuration, which can be complex and time-consuming for some users.
Proposal:
Create an official Docker image for the Indicator Go project that includes all necessary dependencies and configurations. This will allow users to run the project easily across different environments without manual setup.
Benefits:
Simplifies setup and usage in various environments.
Reduces version and dependency compatibility issues.
Enables consistent execution in development, testing, and production environments.
Additional Information:
The Docker image should include the necessary tools to build and test the Indicator Go project.
Consider using a base image that aligns with the project's current build environment.