Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN apk add --no-cache curl python3 make g++
COPY package.json package-lock.json* ./

# 安装依赖
RUN npm install
RUN npm ci

# 复制所有源码
COPY . .
Expand Down
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ services:
POSTGRES_DB: ${POSTGRES_DB:-arrowtower}
volumes:
- postgres_data:/var/lib/postgresql/data
ports:
- "5432:5432"
healthcheck:
test: ["CMD-SHELL", "pg_isready -U ${POSTGRES_USER:-postgres}"]
interval: 10s
Expand Down
26 changes: 26 additions & 0 deletions docs/updatalog.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,3 +212,29 @@
* 切换English `PPT`与`readme`


---

### 2025-10-28
* 视频链接与`PPT`链接已经提交,增加了PPT的视频按钮

---

### 2025-10-28
* 视频链接与`PPT`链接已经提交,增加了PPT的视频按钮

---

### 2025-11-02

* 修订`ppt`的自适应屏幕

---

### 2025-11-03
* 增加`PPT`一句话与优化`CI/CD`,修改了`ico`

---

### 2025-11-13
* 优化`Dockerfile`、`docker-compose.yml`

Loading