Skip to content

Commit

Permalink
fix: update main.k and rename image name
Browse files Browse the repository at this point in the history
rename image name from "flask_demo" to "flask-demo"
  • Loading branch information
zong-zhe authored Feb 6, 2024
1 parent db0527c commit 2355a5e
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"
flask-demo = {
image = "kcllang/flask-demo:8d31498e765ff67a2fa9933d4adffe067544b2fe"
ports = [{containerPort = 5000}]
}
}
Expand Down

0 comments on commit 2355a5e

Please sign in to comment.