mirror of
https://github.com/cloudreve/Cloudreve.git
synced 2025-12-26 00:12:50 +00:00
chore(dockerfile): fix syntax error
This commit is contained in:
parent
e0b193427c
commit
9a96a88243
|
|
@ -19,7 +19,7 @@ COPY .build/aria2.supervisor.conf .build/entrypoint.sh ./
|
|||
COPY cloudreve ./cloudreve
|
||||
|
||||
RUN chmod +x ./cloudreve \
|
||||
&& chmod +x ./entrypoint.sh \
|
||||
&& chmod +x ./entrypoint.sh
|
||||
|
||||
EXPOSE 5212 443
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue