mirror of
https://github.com/nkanaev/yarr.git
synced 2025-09-13 18:00:05 +00:00
Compare commits
2 Commits
gh-actions
...
72fe155e1e
Author | SHA1 | Date | |
---|---|---|---|
|
72fe155e1e | ||
|
539e86f21f |
@@ -9,4 +9,5 @@ RUN apk add --no-cache ca-certificates && \
|
|||||||
update-ca-certificates
|
update-ca-certificates
|
||||||
COPY --from=build /src/_output/linux/yarr /usr/local/bin/yarr
|
COPY --from=build /src/_output/linux/yarr /usr/local/bin/yarr
|
||||||
EXPOSE 7070
|
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"]
|
||||||
|
Reference in New Issue
Block a user