bind open5gs-webui to 0.0.0.0 by default

This commit is contained in:
Carlos Giraldo
2021-11-02 10:23:57 +01:00
committed by GitHub
parent 27795f561c
commit b474365fc8

View File

@@ -31,5 +31,6 @@ COPY --from=dev --chown=$GROUP:$USER /opt/open5gs/webui/ /opt/open5gs-webui
WORKDIR /opt/open5gs-webui
RUN npm run-script build
ENV NODE_ENV=production
ENV HOSTNAME="0.0.0.0"
ENTRYPOINT ["node", "server/index.js"]