bsky2tg: change to https
This commit is contained in:
parent
4ddf862573
commit
7875c5408f
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ WORKDIR /go/src/git.zio.sh/astra/bsky2tg
|
|||
|
||||
RUN apk update && \
|
||||
apk add --no-cache git bash && \
|
||||
git clone ssh://git@git.zio.sh:2222/astra/bsky2tg.git . && \
|
||||
git clone https://git.zio.sh/astra/bsky2tg.git . && \
|
||||
go get -d -v ./... && \
|
||||
go install
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue