- fix rename bug
- temp save
This commit is contained in:
EstrellaXD
2023-03-14 21:22:55 +08:00
parent 2745047924
commit 34216245f7
56 changed files with 86 additions and 101 deletions

View File

@@ -25,7 +25,7 @@ ENV TZ=Asia/Shanghai \
WORKDIR /app
COPY --from=build --chmod=777 /install /usr/local
COPY --chmod=755 . /app
COPY --chmod=755 src/. /app
RUN apk add --no-cache \
curl \