Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dockerising the bot #33

Open
Spirizeon opened this issue Jul 29, 2023 · 2 comments
Open

Dockerising the bot #33

Spirizeon opened this issue Jul 29, 2023 · 2 comments

Comments

@Spirizeon
Copy link

PROBLEMS
When bot needs to be tested or run by the user, they need:

  • Python installed on their system
  • To activate virtual environments
  • To install dependencies through pip

and then they can run the bot.

SOLUTION
Docker can be used to containerize the bot inside a Linux image.
This will also speed up development time because the environment of the project remains the same, irrespective of machine.

All the suggested changes have already been done and mentioned in the fork. Kindly review.

@lmaotrigine
Copy link
Contributor

lmaotrigine commented Jul 29, 2023

Hi there!
This is within the scope of #32, which I am co-authoring with @kry0sc0pic

You can follow it for notifications.

@Spirizeon
Copy link
Author

I will then. Thank you for letting me know!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants