Skip to content

Commit 1b054c2

Browse files
committed
rework build time comparison table
1 parent 34bbe76 commit 1b054c2

File tree

1 file changed

+4
-4
lines changed
  • adminforth/documentation/blog/2025-11-04-k3s-ec2-deployment

1 file changed

+4
-4
lines changed

adminforth/documentation/blog/2025-11-04-k3s-ec2-deployment/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -301,10 +301,10 @@ resource "null_resource" "docker_build_and_push" {
301301

302302
This file contains a script that builds the Docker image locally. This is done for more flexible deployment. When changing the program code, there is no need to manually update the image on EC2 or in the repository. It is updated automatically with each terraform apply. Below is a table showing the time it takes to build this image from scratch and with minimal changes.
303303

304-
| Feature |
305-
| --- | --- |
306-
| Initial build time\* | 0m45.445s |
307-
| Rebuild time (changed `index.ts`)\* | 0m26.757s |
304+
| Feature | Time |
305+
| ------------------------------ | --------- |
306+
| Initial build time\* | 0m45.445s |
307+
| Rebuild time (changed index.ts)\* | 0m26.757s |
308308

309309
Also, `resvpc.tf`
310310

0 commit comments

Comments
 (0)