chore(dockerfile): fix syntax error

pull/2224/merge 4.0.0-beta.12
Aaron Liu 2025-05-23 19:00:59 +08:00
parent e0b193427c
commit 9a96a88243
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ COPY .build/aria2.supervisor.conf .build/entrypoint.sh ./
COPY cloudreve ./cloudreve COPY cloudreve ./cloudreve
RUN chmod +x ./cloudreve \ RUN chmod +x ./cloudreve \
&& chmod +x ./entrypoint.sh \ && chmod +x ./entrypoint.sh
EXPOSE 5212 443 EXPOSE 5212 443