temp save

This commit is contained in:
EstrellaXD
2023-05-02 18:58:56 +08:00
parent 6c96558387
commit a9f3cdd281
15 changed files with 79 additions and 53 deletions

View File

@@ -37,7 +37,7 @@ RUN apk add --no-cache \
/tmp/*
COPY --chmod=755 src/. .
COPY --chmod=755 ./docker /
COPY --chmod=755 src/docker /
ENTRYPOINT [ "/init" ]