all repos — legit @ 3083d15c0e15dd112eca6a3a5ff0d2ff4acbaa0b

Unnamed repository; edit this file 'description' to name the repository.

Working version
Gil Oliveira gil@giloliveira.net
Sun, 15 Jan 2023 08:46:33 +0000
commit

3083d15c0e15dd112eca6a3a5ff0d2ff4acbaa0b

parent

4b69c6f7ccbcae4dd5f40e5ccbce3aff26d48b6c

2 files changed, 3 insertions(+), 3 deletions(-)

jump to
M DockerfileDockerfile

@@ -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.yamlconfig.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