Skip to content

Commit a36d46f

Browse files
committed
Fixes #228
1 parent e96d3a3 commit a36d46f

16 files changed

Lines changed: 9 additions & 9 deletions

File tree

samples/echobot-curl-client/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM reo7sp/tgbot-cpp
2-
MAINTAINER Oleg Morozenkov <a@reo7sp.ru>
2+
MAINTAINER Oleg Morozenkov <m@oleg.rocks>
33

44
WORKDIR /usr/src/echobot-curl-client
55
COPY . .

samples/echobot-setmycommands/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM reo7sp/tgbot-cpp
2-
MAINTAINER Oleg Morozenkov <a@reo7sp.ru>
2+
MAINTAINER Oleg Morozenkov <m@oleg.rocks>
33

44
WORKDIR /usr/src/echobot-setmycommands
55
COPY . .

samples/echobot-submodule/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM reo7sp/tgbot-cpp
2-
MAINTAINER Oleg Morozenkov <a@reo7sp.ru>
2+
MAINTAINER Oleg Morozenkov <m@oleg.rocks>
33

44
WORKDIR /usr/src/echobot-submodule
55
COPY . .

samples/echobot-webhook-server/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM reo7sp/tgbot-cpp
2-
MAINTAINER Oleg Morozenkov <a@reo7sp.ru>
2+
MAINTAINER Oleg Morozenkov <m@oleg.rocks>
33

44
WORKDIR /usr/src/echobot-webhook-server
55
COPY . .

samples/echobot/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM reo7sp/tgbot-cpp
2-
MAINTAINER Oleg Morozenkov <a@reo7sp.ru>
2+
MAINTAINER Oleg Morozenkov <m@oleg.rocks>
33

44
WORKDIR /usr/src/echobot
55
COPY . .

samples/inline-keyboard/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM reo7sp/tgbot-cpp
2-
MAINTAINER Oleg Morozenkov <a@reo7sp.ru>
2+
MAINTAINER Oleg Morozenkov <m@oleg.rocks>
33

44
WORKDIR /usr/src/inline-keyboard
55
COPY . .

samples/photo/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM reo7sp/tgbot-cpp
2-
MAINTAINER Oleg Morozenkov <a@reo7sp.ru>
2+
MAINTAINER Oleg Morozenkov <m@oleg.rocks>
33

44
WORKDIR /usr/src/photo
55
COPY . .

samples/received-text-processing/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM reo7sp/tgbot-cpp
2-
MAINTAINER Oleg Morozenkov <a@reo7sp.ru>
2+
MAINTAINER Oleg Morozenkov <m@oleg.rocks>
33

44
WORKDIR /usr/src/received-text-processing
55
COPY . .

samples/reply-keyboard/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM reo7sp/tgbot-cpp
2-
MAINTAINER Oleg Morozenkov <a@reo7sp.ru>
2+
MAINTAINER Oleg Morozenkov <m@oleg.rocks>
33

44
WORKDIR /usr/src/reply-keyboard
55
COPY . .

tools/docker-run-sample

100644100755
File mode changed.

0 commit comments

Comments
 (0)