Compare commits
No commits in common. "bf451978f72ed4aad5a63a3edfe5e7d31238c9ff" and "1b8d78df0c166803fd6275c0e14b093ee7e2af42" have entirely different histories.
bf451978f7
...
1b8d78df0c
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 curl \
|
||||
build-essential \
|
||||
&& 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, format docker so healthcheck works:
|
||||
podman build --format=docker -t naas .
|
||||
# Or build container:
|
||||
podman build -t naas .
|
||||
podman run -p 4567:4567 naas
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue