MissKatyPyro/Dockerfile
yasirarism f6f9b6c007
Changed base docker to alphine and add again pillow v10 (#179)
* Update chatbot_ai.py

* tes pake alpine

* add again pillow v10

* tes nulis in pil 10

* hmm

* style: format code with black and isort (#180)

Format code with black and isort

This commit fixes the style issues introduced in 41d4f24 according to the output
from Black and isort.

Details: https://app.deepsource.com/gh/yasirarism/MissKatyPyro/transform/ba70f1a7-7e6f-4f79-8251-c9db81fe86c5/

Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>

---------

Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
2023-07-12 13:44:08 +07:00

19 lines
583 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 Alpine 3.18, Python 3.11.4 and Built In Pip
## With Built in Pip Package
FROM yasirarism/misskaty-docker:alpine
## Without Built in Pip Package
# FROM yasirarism/misskaty-docker:free
# Set Hostname
ENV HOSTNAME yasir-server
# Copy Files
COPY . .
# Instal pip package
# RUN pip3 install --no-cache-dir -r requirements.txt --break-system-packages
# Set CMD Bot
CMD ["bash", "start.sh"]