Compare commits
2 commits
1b8d78df0c
...
bf451978f7
| Author | SHA1 | Date | |
|---|---|---|---|
| bf451978f7 | |||
| b2e151f738 |
2 changed files with 3 additions and 3 deletions
|
|
@ -6,7 +6,7 @@ WORKDIR /app
|
|||
|
||||
# Install system dependencies
|
||||
RUN apt-get update && apt-get install -y \
|
||||
build-essential \
|
||||
build-essential curl \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# Copy Gemfile and Gemfile.lock
|
||||
|
|
|
|||
4
TLDR.md
4
TLDR.md
|
|
@ -6,6 +6,6 @@ cd no-as-a-service
|
|||
bundle install
|
||||
ruby app.rb
|
||||
|
||||
# Or build container:
|
||||
podman build -t naas .
|
||||
# Or build container, format docker so healthcheck works:
|
||||
podman build --format=docker -t naas .
|
||||
podman run -p 4567:4567 naas
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue