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 bundle install
ruby app.rb ruby app.rb
# Or build container: # Or build container, format docker so healthcheck works:
podman build -t naas . podman build --format=docker -t naas .
podman run -p 4567:4567 naas podman run -p 4567:4567 naas