Skip to content

Commit

Permalink
Vercel Open Source
Browse files Browse the repository at this point in the history
  • Loading branch information
coltenthefirst authored Dec 9, 2024
1 parent c5ae3fb commit a9d2047
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ limitations under the License.

##### Set "FLASK_APP" as "server.py"
##### Set "FLASK_ENV" as "development"
##### Once its deployed. Go to the settings tab of your vercel project, click on General and click on Project Settings.
#### Overwrite the Build Command as "flask run --host=0.0.0.0 --port=5000"
#### Overwrite the Install Command as "pip install -r requirements.txt"
##### Now you're done!

<p align="center">
<img alt="asset" src="https://cdn.vectorstock.com/i/500p/16/54/checkerboard-black-and-white-background-vector-33401654.jpg" width="5000" height="10" style="max-width: 100%;">
Expand Down

0 comments on commit a9d2047

Please sign in to comment.