From ae38f7ee9cbe80bd2287c8ec5e6f74510a065e62 Mon Sep 17 00:00:00 2001 From: Sam Scholten Date: Mon, 15 Dec 2025 21:16:25 +1000 Subject: . --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 58f011f..e047979 100644 --- a/Containerfile +++ b/Containerfile @@ -2,7 +2,7 @@ FROM golang:1.25-alpine AS builder RUN apk add --no-cache git WORKDIR /build -RUN git clone https://your-git-repo-url/scholscan.git . +RUN git clone git@git.samsci.com:public/scholscan.git . RUN go build -o scholscan . FROM alpine:latest -- cgit v1.2.3