Skip to content

Commit

Permalink
Update accessing-your-application.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sofusalbertsen authored Jun 11, 2024
1 parent 7cf2985 commit 0c1a3c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions accessing-your-application.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ metadata:
spec:
containers:
- name: frontend
image: ghcr.io/eficode-academy/quotes-flask-frontend:0c8adaa4fe8a40fe703cdda414a8f191f4966fc4
image: ghcr.io/eficode-academy/quotes-flask-frontend:release
ports:
- containerPort: 5000
# <put env: here!>
Expand All @@ -152,7 +152,7 @@ metadata:
spec:
containers:
- name: frontend
image: ghcr.io/eficode-academy/quotes-flask-frontend:0c8adaa4fe8a40fe703cdda414a8f191f4966fc4
image: ghcr.io/eficode-academy/quotes-flask-frontend:release
ports:
- containerPort: 5000
env:
Expand Down

0 comments on commit 0c1a3c2

Please sign in to comment.