This repository has been archived by the owner on Mar 27, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Display network topology graph using more space
- Loading branch information
Michel Zimmer
committed
Jul 1, 2022
1 parent
4590a5b
commit f0ee7ea
Showing
4 changed files
with
520 additions
and
582 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 |
Oops, something went wrong.