fix: 修复自动备份command 的问题,增加备份后自动压缩为.gz节省空间

This commit is contained in:
xboard
2023-11-23 17:55:58 +08:00
parent 0303a74a33
commit 265842e7bf
2 changed files with 29 additions and 7 deletions
+1 -1
View File
@@ -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