Skip to content

Commit

Permalink
🔧Patch fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Siddhant-K-code committed Nov 15, 2022
1 parent 482bab2 commit 5c6d720
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
ports:
- port: 5000
onOpen: open-preview
description: Flask App preview

tasks:
- before: |
- init: |
export FLASK_APP=flaskr
export FLASK_ENV=development
- init: |
pip install -e .
flask init-db
- command: |
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# A Python Flask template on Gitpod

This is a [Python Flask](https://flask.palletsprojects.com/en/2.0.x) template configured for ephemeral development environments on [Gitpod](https://www.gitpod.io/).
This is a [Python Flask](https://flask.palletsprojects.com/en/2.0.x) template configured for ephemeral cloud development environments on [Gitpod](https://www.gitpod.io/).

## Next Steps

Expand Down

0 comments on commit 5c6d720

Please sign in to comment.