LBlend / mann-eller-kvinne

🤵 En nettside som bruker maskinlæring til å gjette om du er mann eller kvinne basert på hva du skriver 💃
https://mannellerkvinne.lblend.moe
GNU General Public License v3.0
1 stars 0 forks source link

.env variable support #38

Closed LBlend closed 3 years ago

LBlend commented 3 years ago

Closes #11

As mentioned in the documentation, specifying ports for docker is sub-par with the current solution. This needs to be fixed in the future.

There should also be an option to specify the frontend port using .env files.

LBlend commented 3 years ago

There should also be an option to specify the frontend port using .env files.

apparently, react apps automatically run at the port specified in a .env if there is one (source). I will go ahead and add that to the frontend .env file now