From aa4d19aafd09811d15194657af1017bfababb391 Mon Sep 17 00:00:00 2001 From: nunks Date: Sat, 8 Nov 2025 13:03:04 -0300 Subject: [PATCH] testando alterar dockerfile --- Dockerfile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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"]