aboutsummaryrefslogtreecommitdiffstats
path: root/telebot/Dockerfile
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2021-12-13 18:57:02 +0000
committerterminaldweller <thabogre@gmail.com>2021-12-13 18:57:02 +0000
commita963b5272b30978927d5b3a6dc1a39abca38548d (patch)
tree16f44c11709c4e52be2a4b4623e3bb0956c0f6a8 /telebot/Dockerfile
parentrestructuring WIP (diff)
downloadhived-a963b5272b30978927d5b3a6dc1a39abca38548d.tar.gz
hived-a963b5272b30978927d5b3a6dc1a39abca38548d.zip
grpc for telebot. untested. [WIP]
Diffstat (limited to 'telebot/Dockerfile')
-rw-r--r--telebot/Dockerfile1
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"]