Skip to content

Commit

Permalink
fix: update main.k and rename comtainer name to "flaskdemo"
Browse files Browse the repository at this point in the history
  • Loading branch information
zong-zhe authored Feb 6, 2024
1 parent 2355a5e commit 9b1f267
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.k
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import app
config = app.App {
name = "flask-demo"
containers: {
flask-demo = {
image = "kcllang/flask-demo:8d31498e765ff67a2fa9933d4adffe067544b2fe"
flaskdemo = {
image = "kcllang/flask_demo:8d31498e765ff67a2fa9933d4adffe067544b2fe"
ports = [{containerPort = 5000}]
}
}
Expand Down

0 comments on commit 9b1f267

Please sign in to comment.