edit readme and modify dockerfile

This commit is contained in:
David Claeys 2024-08-09 14:53:07 +02:00
parent f1ab623239
commit 9945edfa0c
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,5 @@
FROM python:2.7 FROM python:2.7
MAINTAINER Eric Taieb Walch <teknologist@gmail.com> LABEL org.opencontainers.image.authors="Eric Taieb Walch <teknologist@gmail.com>"
RUN mkdir /app && \ RUN mkdir /app && \
cd /app && \ cd /app && \

View File

@ -1,5 +1,6 @@
# docker-webNUT # docker-webNUT
This repository is a fork of https://github.com/teknologist/docker-webnut
webNUT (UPS network monitoring web ui) dockerized. webNUT (UPS network monitoring web ui) dockerized.