From bf451978f72ed4aad5a63a3edfe5e7d31238c9ff Mon Sep 17 00:00:00 2001 From: Ole-Morten Duesund Date: Tue, 10 Jun 2025 21:10:15 +0200 Subject: [PATCH] doc: Update TLDR --- TLDR.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TLDR.md b/TLDR.md index 6d8bf75..be16a6e 100644 --- a/TLDR.md +++ b/TLDR.md @@ -6,6 +6,6 @@ cd no-as-a-service bundle install ruby app.rb -# Or build container: -podman build -t naas . +# Or build container, format docker so healthcheck works: +podman build --format=docker -t naas . podman run -p 4567:4567 naas