255 B
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