Merge 539e86f21f54cf0fad37e472244fe7baf21e5431 into 9d5b8d99f7237df8668f553611d2e5e53359da4f

This commit is contained in:
darkdragon-001 2023-12-31 16:53:03 +00:00 committed by GitHub
commit 86a8d02fa4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,4 +9,5 @@ RUN apk add --no-cache ca-certificates && \
update-ca-certificates
COPY --from=build /src/_output/linux/yarr /usr/local/bin/yarr
EXPOSE 7070
CMD ["/usr/local/bin/yarr", "-addr", "0.0.0.0:7070", "-db", "/data/yarr.db"]
ENTRYPOINT ["/usr/local/bin/yarr"]
CMD ["-addr", "0.0.0.0:7070", "-db", "/data/yarr.db"]