initial
This commit is contained in:
commit
7640f045f1
6 changed files with 448 additions and 0 deletions
11
TLDR.md
Normal file
11
TLDR.md
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue