doc: Update TLDR
This commit is contained in:
parent
b2e151f738
commit
bf451978f7
1 changed files with 2 additions and 2 deletions
4
TLDR.md
4
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue