discord-tickets / bot

The most popular open-source and self-hosted ticket management bot for Discord - a free alternative to the premium and white-label plans of other popular ticketing bots.
https://discordtickets.app
GNU General Public License v3.0
880 stars 459 forks source link

Fix docker integration #513

Closed Dalethium closed 6 months ago

Dalethium commented 6 months ago

Versioning information

Is this related to an issue?

No

Changes made

Change start.sh to use /bin/sh as it previously for docker alpine compatibility and check if the script is running within docker to override the BASH_SOURCE simply with /app. Dockerfile has added a simple boolean to denote that docker is in use.

Confirmations