mirror of
https://github.com/cedar2025/Xboard.git
synced 2025-03-16 01:28:12 -04:00
chore: Docker镜像增加git软件包、修正aapanel+ docker 更新步骤
This commit is contained in:
parent
89745e1214
commit
8f2662b254
@ -4,7 +4,7 @@ COPY --from=mlocati/php-extension-installer /usr/bin/install-php-extensions /usr
|
|||||||
|
|
||||||
RUN install-php-extensions pcntl
|
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
|
WORKDIR /www
|
||||||
|
@ -72,7 +72,7 @@ docker compose up -d
|
|||||||
>通过SSH登录到服务器后访问站点路径如:/www/wwwroot/你的站点域名。
|
>通过SSH登录到服务器后访问站点路径如:/www/wwwroot/你的站点域名。
|
||||||
>以下命令都需要在站点目录进行执行。
|
>以下命令都需要在站点目录进行执行。
|
||||||
```
|
```
|
||||||
sh update.sh
|
docker compose run -it --rm xboard sh update.sh
|
||||||
```
|
```
|
||||||
2. 重启Xboard
|
2. 重启Xboard
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user