diff options
author | Oleg Morozenkov <o.morozenkov@corp.mail.ru> | 2022-11-01 20:12:47 +0300 |
---|---|---|
committer | Oleg Morozenkov <o.morozenkov@corp.mail.ru> | 2022-11-01 20:12:47 +0300 |
commit | a36d46f0f4d54e2442d54d0127e204292f8a8be1 (patch) | |
tree | 5f98c06d20cfafe3ad4a976e948832096515d8b5 /samples/received-text-processing | |
parent | e96d3a3d4f023dc0d5d4e60fb8efb5a40ce7a71d (diff) |
Fixes #228
Diffstat (limited to 'samples/received-text-processing')
-rw-r--r-- | samples/received-text-processing/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
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 <a@reo7sp.ru> +MAINTAINER Oleg Morozenkov <m@oleg.rocks> WORKDIR /usr/src/received-text-processing COPY . . |