feat: update docker file

This commit is contained in:
yanghao05
2025-04-28 20:38:26 +08:00
parent 21356150a5
commit a7530980f2

View File

@@ -16,4 +16,8 @@ WORKDIR /app
ENTRYPOINT ["/app/app"] ENTRYPOINT ["/app/app"]
EXPOSE 9888
VOLUME ["/app/downloads"]
CMD [ "serve" ] CMD [ "serve" ]