2
0
Fork 0

bsky2tg: add git clone

This commit is contained in:
Astra 2025-06-06 16:25:02 +01:00
parent 5959398e50
commit 4ddf862573

View file

@ -1,10 +1,10 @@
FROM golang:alpine AS builder
WORKDIR /go/src/git.zio.sh/astra/bsky2tg
COPY . .
RUN apk update && \
apk add --no-cache git bash && \
git clone ssh://git@git.zio.sh:2222/astra/bsky2tg.git . && \
go get -d -v ./... && \
go install