Samleuma commited on
Commit
8a7f38a
·
verified ·
1 Parent(s): d7623bd

Create Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ FROM aiogram/telegram-bot-api:latest
2
+ ENV TELEGRAM_HTTP_PORT=7860
3
+ EXPOSE 7860