chore: changed the build from yejayekhoob/x to db123/x and added docker pull command instruction too

This commit is contained in:
db123-test
2026-05-04 10:57:44 +03:30
parent 77f1fdfd76
commit e46077f4fa
3 changed files with 11 additions and 3 deletions

View File

@@ -13,7 +13,7 @@ RUN /usr/local/go/bin/go env -w GOPROXY=https://go.iranserver.com/repository/go/
COPY go.mod go.sum ./
RUN go mod download
COPY . .
RUN CGO_ENABLED=0 GOOS=linux go build -o auth-proxy .
RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o auth-proxy .
# Runtime stage
FROM docker.iranserver.com/alpine:3.23