diff options
Diffstat (limited to 'telebot/Dockerfile')
-rw-r--r-- | telebot/Dockerfile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/telebot/Dockerfile b/telebot/Dockerfile index 50ce2cc..cdf2a83 100644 --- a/telebot/Dockerfile +++ b/telebot/Dockerfile @@ -1,8 +1,6 @@ FROM alpine:3.18 as builder -ENV GOPROXY=https://goproxy.io RUN apk update && apk upgrade RUN apk add go git -ENV GOPROXY=https://goproxy.io COPY go.* /telebot/ RUN cd /telebot && go mod download COPY *.go /telebot/ |