From a36d46f0f4d54e2442d54d0127e204292f8a8be1 Mon Sep 17 00:00:00 2001 From: Oleg Morozenkov Date: Tue, 1 Nov 2022 20:12:47 +0300 Subject: Fixes #228 --- samples/echobot-curl-client/Dockerfile | 2 +- samples/echobot-setmycommands/Dockerfile | 2 +- samples/echobot-submodule/Dockerfile | 2 +- samples/echobot-webhook-server/Dockerfile | 2 +- samples/echobot/Dockerfile | 2 +- samples/inline-keyboard/Dockerfile | 2 +- samples/photo/Dockerfile | 2 +- samples/received-text-processing/Dockerfile | 2 +- samples/reply-keyboard/Dockerfile | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) (limited to 'samples') diff --git a/samples/echobot-curl-client/Dockerfile b/samples/echobot-curl-client/Dockerfile index 2954ceb..f9e4380 100644 --- a/samples/echobot-curl-client/Dockerfile +++ b/samples/echobot-curl-client/Dockerfile @@ -1,5 +1,5 @@ FROM reo7sp/tgbot-cpp -MAINTAINER Oleg Morozenkov +MAINTAINER Oleg Morozenkov WORKDIR /usr/src/echobot-curl-client COPY . . diff --git a/samples/echobot-setmycommands/Dockerfile b/samples/echobot-setmycommands/Dockerfile index c103a7d..d3fa099 100644 --- a/samples/echobot-setmycommands/Dockerfile +++ b/samples/echobot-setmycommands/Dockerfile @@ -1,5 +1,5 @@ FROM reo7sp/tgbot-cpp -MAINTAINER Oleg Morozenkov +MAINTAINER Oleg Morozenkov WORKDIR /usr/src/echobot-setmycommands COPY . . diff --git a/samples/echobot-submodule/Dockerfile b/samples/echobot-submodule/Dockerfile index 5e5191a..3dd5415 100644 --- a/samples/echobot-submodule/Dockerfile +++ b/samples/echobot-submodule/Dockerfile @@ -1,5 +1,5 @@ FROM reo7sp/tgbot-cpp -MAINTAINER Oleg Morozenkov +MAINTAINER Oleg Morozenkov WORKDIR /usr/src/echobot-submodule COPY . . diff --git a/samples/echobot-webhook-server/Dockerfile b/samples/echobot-webhook-server/Dockerfile index 2aa4048..42f0e5d 100644 --- a/samples/echobot-webhook-server/Dockerfile +++ b/samples/echobot-webhook-server/Dockerfile @@ -1,5 +1,5 @@ FROM reo7sp/tgbot-cpp -MAINTAINER Oleg Morozenkov +MAINTAINER Oleg Morozenkov WORKDIR /usr/src/echobot-webhook-server COPY . . diff --git a/samples/echobot/Dockerfile b/samples/echobot/Dockerfile index a7aa61a..57f3030 100644 --- a/samples/echobot/Dockerfile +++ b/samples/echobot/Dockerfile @@ -1,5 +1,5 @@ FROM reo7sp/tgbot-cpp -MAINTAINER Oleg Morozenkov +MAINTAINER Oleg Morozenkov WORKDIR /usr/src/echobot COPY . . diff --git a/samples/inline-keyboard/Dockerfile b/samples/inline-keyboard/Dockerfile index 7e8e97a..64575a3 100644 --- a/samples/inline-keyboard/Dockerfile +++ b/samples/inline-keyboard/Dockerfile @@ -1,5 +1,5 @@ FROM reo7sp/tgbot-cpp -MAINTAINER Oleg Morozenkov +MAINTAINER Oleg Morozenkov WORKDIR /usr/src/inline-keyboard COPY . . diff --git a/samples/photo/Dockerfile b/samples/photo/Dockerfile index ea9993a..b87c2ca 100644 --- a/samples/photo/Dockerfile +++ b/samples/photo/Dockerfile @@ -1,5 +1,5 @@ FROM reo7sp/tgbot-cpp -MAINTAINER Oleg Morozenkov +MAINTAINER Oleg Morozenkov WORKDIR /usr/src/photo COPY . . diff --git a/samples/received-text-processing/Dockerfile b/samples/received-text-processing/Dockerfile index 004c09f..0c73bcf 100644 --- a/samples/received-text-processing/Dockerfile +++ b/samples/received-text-processing/Dockerfile @@ -1,5 +1,5 @@ FROM reo7sp/tgbot-cpp -MAINTAINER Oleg Morozenkov +MAINTAINER Oleg Morozenkov WORKDIR /usr/src/received-text-processing COPY . . diff --git a/samples/reply-keyboard/Dockerfile b/samples/reply-keyboard/Dockerfile index 712e200..9931f51 100644 --- a/samples/reply-keyboard/Dockerfile +++ b/samples/reply-keyboard/Dockerfile @@ -1,5 +1,5 @@ FROM reo7sp/tgbot-cpp -MAINTAINER Oleg Morozenkov +MAINTAINER Oleg Morozenkov WORKDIR /usr/src/reply-keyboard COPY . . -- cgit v1.2.3