Skip to content

Commit

Permalink
fix: wrong dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
xhofe committed Mar 13, 2022
1 parent bb017c5 commit 7be476c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ VOLUME /opt/alist/data/
WORKDIR /opt/alist/
COPY --from=builder /app/bin/alist ./
EXPOSE 5244
CMD [ "./alist -docker" ]
CMD [ "./alist", "-docker" ]

0 comments on commit 7be476c

Please sign in to comment.