diff --git a/Dockerfile b/Dockerfile index d6575ec..76989b7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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