Skip to content

Commit

Permalink
add a test file
Browse files Browse the repository at this point in the history
Signed-off-by: Jing Qi <[email protected]>
  • Loading branch information
jinqi7 committed Jun 17, 2024
1 parent 47fc220 commit c5eacd7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ def hello():
port = os.environ.get('FLASK_PORT') or 8080
port = int(port)

app.run(port=port,host='0.0.0.0')
app.run(port=port,host='0.0.0.0')
9 changes: 9 additions & 0 deletions df.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"spec": {
"containers": [
{
"image": "no image"
}
]
}
}

0 comments on commit c5eacd7

Please sign in to comment.