doc: Update TLDR

This commit is contained in:
Ole-Morten Duesund 2025-06-10 21:10:15 +02:00
commit bf451978f7

View file

@ -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