mirror of
https://github.com/lkddi/Xboard.git
synced 2026-04-24 20:17:32 +08:00
fix: 修复自动备份command 的问题,增加备份后自动压缩为.gz节省空间
This commit is contained in:
+1
-1
@@ -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
|
||||
RUN apk --no-cache add shadow supervisor nginx sqlite nginx-mod-http-brotli mysql-client
|
||||
|
||||
#复制项目文件以及配置文件
|
||||
WORKDIR /www
|
||||
|
||||
Reference in New Issue
Block a user