Skip to content
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.

Commit

Permalink
Display network topology graph using more space
Browse files Browse the repository at this point in the history
  • Loading branch information
Michel Zimmer committed Jul 1, 2022
1 parent 4590a5b commit f0ee7ea
Show file tree
Hide file tree
Showing 4 changed files with 520 additions and 582 deletions.
9 changes: 9 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,13 @@ COPY --chown=node:node dist ./dist
COPY --chown=node:node src ./src
RUN npm run build:prod
FROM nginxinc/nginx-unprivileged:alpine
LABEL org.opencontainers.image.authors="neuland Open Source Maintainers <[email protected]>"
LABEL org.opencontainers.image.url="https://github.com/neuland/bandwhichd-ui"
LABEL org.opencontainers.image.documentation="https://github.com/neuland/bandwhichd-ui"
LABEL org.opencontainers.image.source="https://github.com/neuland/bandwhichd-ui"
LABEL org.opencontainers.image.vendor="neuland – Büro für Informatik GmbH"
LABEL org.opencontainers.image.licenses="MIT"
LABEL org.opencontainers.image.title="bandwhichd-ui"
LABEL org.opencontainers.image.description="bandwhichd ui displaying network topology and statistics"
LABEL org.opencontainers.image.version="0.0.2"
COPY --from=build --chown=root:root /home/node/dist /usr/share/nginx/html
Loading

0 comments on commit f0ee7ea

Please sign in to comment.