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

Commit f0ee7ea

Browse files
author
Michel Zimmer
committed
Display network topology graph using more space
1 parent 4590a5b commit f0ee7ea

File tree

4 files changed

+520
-582
lines changed

4 files changed

+520
-582
lines changed

Dockerfile

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,13 @@ COPY --chown=node:node dist ./dist
77
COPY --chown=node:node src ./src
88
RUN npm run build:prod
99
FROM nginxinc/nginx-unprivileged:alpine
10+
LABEL org.opencontainers.image.authors="neuland Open Source Maintainers <opensource@neuland-bfi.de>"
11+
LABEL org.opencontainers.image.url="https://github.com/neuland/bandwhichd-ui"
12+
LABEL org.opencontainers.image.documentation="https://github.com/neuland/bandwhichd-ui"
13+
LABEL org.opencontainers.image.source="https://github.com/neuland/bandwhichd-ui"
14+
LABEL org.opencontainers.image.vendor="neuland – Büro für Informatik GmbH"
15+
LABEL org.opencontainers.image.licenses="MIT"
16+
LABEL org.opencontainers.image.title="bandwhichd-ui"
17+
LABEL org.opencontainers.image.description="bandwhichd ui displaying network topology and statistics"
18+
LABEL org.opencontainers.image.version="0.0.2"
1019
COPY --from=build --chown=root:root /home/node/dist /usr/share/nginx/html

0 commit comments

Comments
 (0)