DiscordGSM / GameServerMonitor

📺 A discord bot that monitors your game server and tracks the live data of your game servers. Supports over 260 game servers.
https://discordgsm.com
MIT License
117 stars 63 forks source link

Set docker image's default command to run main.py #89

Closed Sceptyre closed 3 weeks ago

Sceptyre commented 2 months ago

Description

Sets the default container execution command to start the DiscordGSM service.

Fixes/Changes

This pr/commit adds the "python3 main.py" command as the default command for the container so the container no longer defaults into an empty python shell (default behavior of the extended python docker image) and now starts DiscordGSM

Type of change

Checklist: