You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I propose to Dockerize the RemoteDataK repository to streamline development, testing, and deployment workflows.
Dockerizing the repository will provide several benefits:
Consistency: It ensures that the application runs the same in all environments.
Isolation: It isolates dependencies and avoids conflicts.
Ease of Setup: It simplifies the setup process for new developers.