diff options
author | Oleg Morozenkov <o.morozenkov@corp.mail.ru> | 2023-01-26 10:34:29 +0300 |
---|---|---|
committer | Oleg Morozenkov <o.morozenkov@corp.mail.ru> | 2023-01-26 10:34:29 +0300 |
commit | 1aa81588384359f1f96b0dff453374570439af72 (patch) | |
tree | a3eedee7d73d703d56f81e182abd8c5e4f2626fc /samples/file/Dockerfile | |
parent | 90dc11b7496864077cc81b4710673896147e2bfa (diff) |
fix #254
Diffstat (limited to 'samples/file/Dockerfile')
-rw-r--r-- | samples/file/Dockerfile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/samples/file/Dockerfile b/samples/file/Dockerfile deleted file mode 100644 index b87c2ca..0000000 --- a/samples/file/Dockerfile +++ /dev/null @@ -1,8 +0,0 @@ -FROM reo7sp/tgbot-cpp -MAINTAINER Oleg Morozenkov <m@oleg.rocks> - -WORKDIR /usr/src/photo -COPY . . -RUN cmake . -RUN make -j4 -CMD ./photo |