Skip to content

Commit

Permalink
fix(deploy): Dockerfile with go private repo
Browse files Browse the repository at this point in the history
  • Loading branch information
incubator4 committed Jan 9, 2024
1 parent 4f076f8 commit 0e2bc84
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ FROM golang:1.21.4-alpine AS builder
WORKDIR /root/gi
RUN apk add --no-cache git make gcc libc-dev

ARG GH_USER
ARG GH_TOKEN

COPY go.mod go.sum ./

ENV GOPRIVATE="github.com/naturalselectionlabs/rss3-node"
Expand Down

0 comments on commit 0e2bc84

Please sign in to comment.