Update 'face_recognition/app/app.py'
This commit is contained in:
parent
bcb325b721
commit
25bdc2d6d0
@ -0,0 +1,8 @@
|
||||
app = Flask(__name__)
|
||||
|
||||
@app.route('/')
|
||||
def hello_docker():
|
||||
return 'Hello, I run in a docker container'
|
||||
|
||||
if __name__ == '__main__':
|
||||
app.run(host='0.0.0.0')
|
Loading…
Reference in New Issue
Block a user