Skip to content

Commit 9cd8292

Browse files
committed
restructure
1 parent 2282b58 commit 9cd8292

15 files changed

+15
-16
lines changed
File renamed without changes.

koishi/.env renamed to .env

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
FROM node:lts-alpine
2-
3-
RUN apk add --no-cache chromium nss freetype harfbuzz ca-certificates ttf-freefont font-noto-cjk
4-
5-
VOLUME ["/koishi"]
6-
WORKDIR "/koishi"
7-
ENTRYPOINT ["/koishi/entrypoint.sh"]
8-
CMD [ "yarn", "start" ]
1+
FROM node:lts-alpine
2+
3+
RUN apk add --no-cache chromium nss freetype harfbuzz ca-certificates ttf-freefont font-noto-cjk
4+
5+
VOLUME ["/koishi"]
6+
WORKDIR "/koishi"
7+
ENTRYPOINT ["/koishi/entrypoint.sh"]
8+
CMD [ "yarn", "start" ]

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
1-
# Koishi
1+
# Koishi 模板仓库
2+
3+
本仓库包含了 Koishi 的模板项目。
4+
5+
## 使用教程
6+
7+
<https://koishi.chat/manual/starter/boilerplate.html>
File renamed without changes.
File renamed without changes.

koishi/README.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)