mirror of
https://github.com/Redume/Shirino.git
synced 2025-03-14 10:34:38 +03:00
setup docker (test)
This commit is contained in:
parent
c0e1698581
commit
ab18d1c265
3 changed files with 26 additions and 0 deletions
11
Dockerfile
Normal file
11
Dockerfile
Normal file
|
@ -0,0 +1,11 @@
|
|||
FROM python:3.12
|
||||
|
||||
WORKDIR /shirino
|
||||
|
||||
COPY ./requirements.txt .
|
||||
|
||||
RUN pip3 install --no-cache-dir --upgrade -r ./requirements.txt
|
||||
|
||||
COPY ./ /shirino/
|
||||
|
||||
CMD ["python", "main.py"]
|
Loading…
Add table
Add a link
Reference in a new issue