testando alterar dockerfile
Some checks failed
Documentation Generator / Build Sphinx documentation (push) Has been cancelled
Some checks failed
Documentation Generator / Build Sphinx documentation (push) Has been cancelled
This commit is contained in:
@@ -1,6 +1,5 @@
|
|||||||
FROM alpine:3.22.1 AS build
|
FROM alpine:3.22.1 AS build
|
||||||
LABEL maintainer="Ross Stewart <rosskouk@gmail.com>"
|
LABEL maintainer="Nunks <nunks@nunks.org>"
|
||||||
LABEL org.opencontainers.image.source=https://github.com/rosskouk/asknavidrome
|
|
||||||
|
|
||||||
RUN apk add python3 py3-pip git build-base python3-dev libffi-dev openssl-dev
|
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
|
EXPOSE 5000
|
||||||
|
|
||||||
ENTRYPOINT ["python3", "app.py"]
|
ENTRYPOINT ["python3", "app.py"]
|
||||||
|
|||||||
Reference in New Issue
Block a user