mirror of
https://github.com/philippemerle/KubeDiagrams.git
synced 2026-08-22 14:36:24 +00:00
Add a script to build and push both KubeDiagrams WebApp frontend and backend container images
This commit is contained in:
Executable
+13
@@ -0,0 +1,13 @@
|
||||
#! /bin/sh
|
||||
|
||||
# Build the KubeDiagrams Frontend image
|
||||
docker buildx build -t philippemerle/kubediagrams-frontend:latest frontend
|
||||
|
||||
# Push the KubeDiagrams Frontend image
|
||||
docker image push philippemerle/kubediagrams-frontend:latest
|
||||
|
||||
# Build the KubeDiagrams Backend image
|
||||
docker buildx build -t philippemerle/kubediagrams-backend:latest backend
|
||||
|
||||
# Push the KubeDiagrams Backend image
|
||||
docker image push philippemerle/kubediagrams-backend:latest
|
||||
Reference in New Issue
Block a user