Skip to content

Commit

Permalink
chore: Docker镜像增加git软件包、修正aapanel+ docker 更新步骤
Browse files Browse the repository at this point in the history
  • Loading branch information
gua committed Nov 24, 2023
1 parent bc6fc45 commit 6e83dc9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ COPY --from=mlocati/php-extension-installer /usr/bin/install-php-extensions /usr

RUN install-php-extensions pcntl

RUN apk --no-cache add shadow supervisor nginx sqlite nginx-mod-http-brotli mysql-client
RUN apk --no-cache add shadow supervisor nginx sqlite nginx-mod-http-brotli mysql-client git

#复制项目文件以及配置文件
WORKDIR /www
Expand Down
2 changes: 1 addition & 1 deletion docs/aapanel+docker安装指南.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ docker compose up -d
>通过SSH登录到服务器后访问站点路径如:/www/wwwroot/你的站点域名。
>以下命令都需要在站点目录进行执行。
```
sh update.sh
docker compose run -it --rm xboard sh update.sh
```
2. 重启Xboard
```
Expand Down

0 comments on commit 6e83dc9

Please sign in to comment.