mirror of
https://github.com/DefectingCat/rua-list
synced 2025-07-15 08:41:32 +00:00
Update dockerfile expose port
This commit is contained in:
@ -37,6 +37,8 @@ COPY --from=builder /app/config.json /
|
|||||||
COPY --from=builder /etc/passwd /etc/passwd
|
COPY --from=builder /etc/passwd /etc/passwd
|
||||||
COPY --from=builder /etc/group /etc/group
|
COPY --from=builder /etc/group /etc/group
|
||||||
|
|
||||||
|
EXPOSE 3000
|
||||||
|
|
||||||
USER xfy
|
USER xfy
|
||||||
|
|
||||||
CMD [ "/rua-list", "-c", "/config.json" ]
|
CMD [ "/rua-list", "-c", "/config.json" ]
|
Reference in New Issue
Block a user