mirror of
https://github.com/marcel-dempers/docker-development-youtube-series.git
synced 2025-06-06 17:01:30 +00:00
updates
This commit is contained in:
parent
2c8fa23e1f
commit
827536f63c
@ -22,7 +22,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: example-app-1
|
||||
image: example-app-1:0.0.1
|
||||
image: example-app-1:0.0.2
|
||||
ports:
|
||||
- containerPort: 5000
|
||||
volumeMounts:
|
||||
|
@ -3,4 +3,4 @@ app = Flask(__name__)
|
||||
|
||||
@app.route("/")
|
||||
def hello():
|
||||
return "Hello World! v1.0.0.0"
|
||||
return "Hello World! v1.0.0.2"
|
Loading…
x
Reference in New Issue
Block a user