This commit is contained in:
Ole-Morten Duesund 2025-06-06 18:50:32 +02:00
commit 7640f045f1
6 changed files with 448 additions and 0 deletions

11
TLDR.md Normal file
View file

@ -0,0 +1,11 @@
# 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