return"Hello, this is a simple Flask app running in Docker! Hello World!!"
if__name__=='__main__':
app.run(host='0.0.0.0',port=5000)
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.