Skip to content

Updated dependencies#6

Merged
schultzp2020 merged 3 commits into
devfile-samples:mainfrom
schultzp2020:main
May 26, 2022
Merged

Updated dependencies#6
schultzp2020 merged 3 commits into
devfile-samples:mainfrom
schultzp2020:main

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