2025-06-06 18:50:32 +02:00
|
|
|
# Create project directory
|
|
|
|
|
mkdir no-as-a-service
|
|
|
|
|
cd no-as-a-service
|
|
|
|
|
|
|
|
|
|
# Create the files above, then:
|
|
|
|
|
bundle install
|
|
|
|
|
ruby app.rb
|
|
|
|
|
|
2025-06-10 21:10:15 +02:00
|
|
|
# Or build container, format docker so healthcheck works:
|
|
|
|
|
podman build --format=docker -t naas .
|
2025-06-06 18:50:32 +02:00
|
|
|
podman run -p 4567:4567 naas
|