mirror of
https://github.com/HChaZZY/alist.git
synced 2025-12-06 11:03:49 +08:00
build: fix Dockerfile CMD arguments
This commit is contained in:
@@ -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" ]
|
||||
Reference in New Issue
Block a user