mirror of
https://github.com/Gradiant/5g-images.git
synced 2025-11-02 13:03:13 +00:00
bind open5gs-webui to 0.0.0.0 by default
This commit is contained in:
@@ -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"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user