frontend: fix whois client cannot get default whois port

This commit is contained in:
Lan Tian 2023-09-08 18:38:23 -07:00
parent 09405cdb38
commit b368c75aa3
No known key found for this signature in database
GPG Key ID: 04E66B6B25A0862B
1 changed files with 1 additions and 0 deletions

View File

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