# 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: podman build -t naas . podman run -p 4567:4567 naas