build: fix Dockerfile CMD arguments

pull/1628/head
Noah Hsu 2022-09-08 21:40:37 +08:00
parent 901a74e252
commit dea87d098d
1 changed files with 1 additions and 1 deletions

View File

@ -11,4 +11,4 @@ VOLUME /opt/alist/data/
WORKDIR /opt/alist/
COPY --from=builder /app/bin/alist ./
EXPOSE 5244
CMD [ "./alist", "server --no-prefix" ]
CMD [ "./alist", "server", "--no-prefix" ]