diff --git a/Dockerfile b/Dockerfile index c99d2eb..58798d6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,5 @@ FROM alpine:3.22.1 AS build -LABEL maintainer="Ross Stewart " -LABEL org.opencontainers.image.source=https://github.com/rosskouk/asknavidrome +LABEL maintainer="Nunks " RUN apk add python3 py3-pip git build-base python3-dev libffi-dev openssl-dev @@ -31,4 +30,4 @@ ENV PATH="/opt/env/bin:$PATH" EXPOSE 5000 -ENTRYPOINT ["python3", "app.py"] \ No newline at end of file +ENTRYPOINT ["python3", "app.py"]