mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2025-12-29 09:44:50 +00:00
- AutoFix Code Using DeepSource - Fix os not defined when got error - Fix Set Chat Photo (Only support photo) - Fix Admins Permission Error - Fix KeyError in Scraper - Fix Help Module in Eval - Fix Media Caption Too Long in IMDB - Remove heroku support - Some minor fix..
14 lines
No EOL
378 B
Docker
14 lines
No EOL
378 B
Docker
# * @author Yasir Aris M <yasiramunandar@gmail.com>
|
|
# * @date 2022-12-01 09:12:27
|
|
# * @projectName MissKatyPyro
|
|
# * Copyright ©YasirPedia All rights reserved
|
|
|
|
# Base Docker Using Ubuntu 23.04, Python 3.11 and Built In Pip
|
|
FROM yasirarism/misskaty-docker:latest
|
|
|
|
# Set Hostname
|
|
ENV HOSTNAME misskaty
|
|
# Copy Files
|
|
COPY . .
|
|
# Set CMD Bot
|
|
CMD ["bash", "start.sh"] |