reviewbot

Source code for the is-a.dev r...
Log | Files | Refs | README | LICENSE

commit 8490ea7f2d0f8639d96b350551f2e9f9d80dc305
parent 04034f68b119d7ede36fb6a9c8ad51fb206700b4
Author: iostpa <iostpa@iostpa.com>
Date:   Sun, 15 Feb 2026 19:01:00 +0200

Update docker

Diffstat:
MDockerfile | 2+-
Adocker-compose.yml | 10++++++++++
2 files changed, 11 insertions(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile @@ -1,5 +1,5 @@ FROM node:latest -WORKDIR /usr/src/app +WORKDIR /app COPY package.json package-lock.json ./ RUN npm install COPY . . diff --git a/docker-compose.yml b/docker-compose.yml @@ -0,0 +1,9 @@ +services: + reviewbot: + image: ghcr.io/iostpa/reviewbot:latest + restart: always + env_file: ".env" + ports: + - "1200:1200" + volumes: + - ./private-key.pem:/app/private-key.pem:ro # read-only+ \ No newline at end of file
© notamitgamer • Site Built: 2026-07-21 13:58:23 UTC • git-mirror commit: 1037f62 [view raw info]
Originally created with stagit • modified by notamitgamer
Forked from github.com/notamitgamer/git-mirror