claude-says-no/TLDR.md
2025-06-10 21:10:15 +02:00

255 B

Create project directory

mkdir no-as-a-service cd no-as-a-service

Create the files above, then:

bundle install ruby app.rb

Or build container, format docker so healthcheck works:

podman build --format=docker -t naas . podman run -p 4567:4567 naas