From b368c75aa3237c2a46454b64f46d25938e696790 Mon Sep 17 00:00:00 2001 From: Lan Tian Date: Fri, 8 Sep 2023 18:38:23 -0700 Subject: [PATCH] frontend: fix whois client cannot get default whois port --- frontend/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/Dockerfile b/frontend/Dockerfile index 4fca737..4efda2b 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -29,4 +29,5 @@ ENV PATH=/ ENV BIRDLG_WHOIS=/whois COPY --from=step_0 /frontend / COPY --from=step_1 /root/whois-5.5.18/whois / +COPY --from=step_1 /etc/services /etc/services ENTRYPOINT ["/frontend"]