Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Updated dependencies#6

Merged
schultzp2020 merged 3 commits into
devfile-samples:maindevfile-samples/devfile-sample-python-basic:mainfrom
schultzp2020:mainschultzp2020/devfile-sample-python-basic:mainCopy head branch name to clipboard
May 26, 2022
Merged

Updated dependencies#6
schultzp2020 merged 3 commits into
devfile-samples:maindevfile-samples/devfile-sample-python-basic:mainfrom
schultzp2020:mainschultzp2020/devfile-sample-python-basic:mainCopy head branch name to clipboard

Conversation

@schultzp2020

Copy link
Copy Markdown
Contributor

Signed-off-by: Paul Schultz pschultz@pobox.com

Signed-off-by: Paul Schultz <pschultz@pobox.com>
Signed-off-by: Paul Schultz <pschultz@pobox.com>

@yangcao77 yangcao77 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

verified on console and Odo, the outerloop & innerloop deploy both work well.
The changes look good, just a minor suggestion of change.

Comment thread app.py Outdated

if __name__ == '__main__':
serve(app, host='0.0.0.0', port=8080)
port = int(os.environ.get('FLASK_PORT'))

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
port = int(os.environ.get('FLASK_PORT'))
port = int(os.environ.get('FLASK_PORT')) or 8080

Signed-off-by: Paul Schultz <pschultz@pobox.com>
@schultzp2020 schultzp2020 merged commit 0ae9afa into devfile-samples:main May 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Morty Proxy This is a proxified and sanitized view of the page, visit original site.