leaderboardsgg / leaderboard-backend

The backend for Leaderboards.gg. Also holds public-facing APIs.
https://info.leaderboards.gg
GNU General Public License v3.0
12 stars 16 forks source link

Added single executable self-contained build #132

Closed RageCage64 closed 1 year ago

RageCage64 commented 1 year ago

These are the changes required for the staging deployment. This will build the app as a single executable. Also adds a production guard for loading the .env file, since in production we'll just read environment variables inside the docker container.