mirror of
https://github.com/DefectingCat/rua-list
synced 2025-07-15 00:31:31 +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/group /etc/group
|
||||
|
||||
EXPOSE 3000
|
||||
|
||||
USER xfy
|
||||
|
||||
CMD [ "/rua-list", "-c", "/config.json" ]
|
Reference in New Issue
Block a user