diff options
Diffstat (limited to 'telebot/Dockerfile')
-rw-r--r-- | telebot/Dockerfile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/telebot/Dockerfile b/telebot/Dockerfile index 894b02e..6051f08 100644 --- a/telebot/Dockerfile +++ b/telebot/Dockerfile @@ -7,7 +7,6 @@ COPY *.go /telebot/ RUN cd /telebot && go build FROM gcr.io/distroless/static-debian10 -COPY --from=certbuilder /cert/ /cert/ COPY --from=builder /telebot/telebot /telebot/ COPY ./docker-entrypoint.sh /telebot/ ENTRYPOINT ["/telebot/docker-entrypoint.sh"] |