1
0
This commit is contained in:
syui 2024-02-17 19:08:16 +09:00
parent 2c22e95941
commit 929d4dd7cf
Signed by: syui
GPG Key ID: 5417CFEBAD92DF56
3 changed files with 4 additions and 0 deletions

3
.gitignore vendored
View File

@ -7,3 +7,6 @@ scpt/json/
.config/ai/*.toml
.config/ai/*.json
.config/ai/txt
.ssh/config
.ssh/*.key
.ssh/*.pub

0
.ssh/keep Normal file
View File

View File

@ -4,4 +4,5 @@ services:
restart: always
volumes:
- ./.config:/root/.config
- ./.ssh:/root/.ssh
command: zsh -c "ai bot"