Add LABEL to dockerfile.

This commit is contained in:
redxef 2021-02-05 15:39:43 +01:00
parent 7f92ce6146
commit 45cd16c240

View file

@ -1,5 +1,5 @@
# FROM nginx:alpine
FROM alpine:latest
LABEL homepage=https://git.redxef.duckdns.org/
RUN apk update && apk upgrade && apk add nginx gettext && \
rm -r /etc/nginx