From c9207625e2121122a9f0a9e681ec5434a59acbdf Mon Sep 17 00:00:00 2001 From: DefectingCat Date: Sat, 15 Apr 2023 11:53:29 +0800 Subject: [PATCH] Update dockerfile expose port --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 8f04418..22e3e09 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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" ] \ No newline at end of file