Skip to content

Commit dbfc52e

Browse files
authored
Adding base Dockerfile
Simple Dockerfile
1 parent 012b99a commit dbfc52e

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

Dockerfile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
FROM python:3.8-slim-buster
2+
3+
COPY . .
4+
5+
RUN pip3 install -r requirements.txt
6+
7+
CMD [ "python3", "-m" , "tg_bot"]

0 commit comments

Comments
 (0)