Update dockerfile expose port

This commit is contained in:
DefectingCat
2023-04-15 11:53:29 +08:00
parent 32948f34f0
commit c9207625e2

View File

@ -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" ]