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
|
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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue