Working version
Gil Oliveira gil@giloliveira.net
Sun, 15 Jan 2023 08:46:33 +0000
2 files changed,
3 insertions(+),
3 deletions(-)
M
Dockerfile
→
Dockerfile
@@ -10,7 +10,7 @@ RUN go mod download
RUN go mod verify RUN go build -o legit -FROM golang:1.19-alpine +FROM alpine:latest WORKDIR /app
M
config.yaml
→
config.yaml
@@ -1,5 +1,5 @@
repo: - scanPath: /Users/gil/Development/git-test + scanPath: /var/www/git readme: - readme - README@@ -16,5 +16,5 @@ title: git good
description: i think it's a skill issue server: name: git.icyphox.sh - host: 127.0.0.1 + host: 0.0.0.0 port: 5555