mirror of
https://github.com/Genshin-bots/gsuid_core.git
synced 2025-06-08 00:19:42 +08:00
🚨 pre-commit-ci
修复格式错误
This commit is contained in:
parent
d9808510be
commit
c368e80f9b
@ -1,2 +1,2 @@
|
|||||||
__pycache__
|
__pycache__
|
||||||
./gsuid-core/data/*
|
./gsuid-core/data/*
|
||||||
|
@ -14,7 +14,7 @@ RUN mv /etc/apt/sources.list /etc/apt/sources.list.bak \
|
|||||||
&& echo "deb-src http://ftp.cn.debian.org/debian/ bullseye-updates main non-free contrib" >>/etc/apt/sources.list \
|
&& echo "deb-src http://ftp.cn.debian.org/debian/ bullseye-updates main non-free contrib" >>/etc/apt/sources.list \
|
||||||
&& echo "deb-src http://ftp.cn.debian.org/debian/ bullseye-backports main non-free contrib" >>/etc/apt/sources.list \
|
&& echo "deb-src http://ftp.cn.debian.org/debian/ bullseye-backports main non-free contrib" >>/etc/apt/sources.list \
|
||||||
&& echo "deb http://mirrors.ustc.edu.cn/debian-security/ stable-security main non-free contrib" >>/etc/apt/sources.list \
|
&& echo "deb http://mirrors.ustc.edu.cn/debian-security/ stable-security main non-free contrib" >>/etc/apt/sources.list \
|
||||||
&& echo "deb-src http://mirrors.ustc.edu.cn/debian-security/ stable-security main non-free contrib" >>/etc/apt/sources.list \
|
&& echo "deb-src http://mirrors.ustc.edu.cn/debian-security/ stable-security main non-free contrib" >>/etc/apt/sources.list \
|
||||||
&& rm -rf /var/lib/apt/lists/* && apt-get update
|
&& rm -rf /var/lib/apt/lists/* && apt-get update
|
||||||
|
|
||||||
RUN apt install curl git -y
|
RUN apt install curl git -y
|
||||||
@ -27,4 +27,4 @@ RUN /usr/local/bin/python -m pip install poetry
|
|||||||
|
|
||||||
RUN poetry install && rm -rf /app/*
|
RUN poetry install && rm -rf /app/*
|
||||||
|
|
||||||
CMD poetry run python3 core.py
|
CMD poetry run python3 core.py
|
||||||
|
@ -100,4 +100,4 @@ sv=SV(
|
|||||||
@sv.on_prefix('测试')
|
@sv.on_prefix('测试')
|
||||||
async def get_msg(bot: Bot, ev: Event):
|
async def get_msg(bot: Bot, ev: Event):
|
||||||
...
|
...
|
||||||
```
|
```
|
||||||
|
@ -4,11 +4,11 @@ services:
|
|||||||
container_name: gsuidcore
|
container_name: gsuidcore
|
||||||
restart: always
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
- TZ=Asia/Shanghai
|
- TZ=Asia/Shanghai
|
||||||
dns:
|
dns:
|
||||||
- 114.114.114.114
|
- 114.114.114.114
|
||||||
- 114.114.115.115
|
- 114.114.115.115
|
||||||
ports:
|
ports:
|
||||||
- 8765:8765
|
- 8765:8765
|
||||||
volumes:
|
volumes:
|
||||||
- ${PWD}:/app
|
- ${PWD}:/app
|
||||||
|
Loading…
x
Reference in New Issue
Block a user