diff --git a/Dockerfile b/Containerfile similarity index 85% rename from Dockerfile rename to Containerfile index e2d6699..f44420d 100644 --- a/Dockerfile +++ b/Containerfile @@ -1,7 +1,7 @@ FROM alpine:latest WORKDIR /opt/ -RUN apk add git python3 +RUN apk add --no-cache git python3 RUN git clone https://git.adrianux.net/ahoemann/Adrianux.net.git /opt RUN python3 -m venv /opt/.venv RUN /opt/.venv/bin/pip install -r requirements.txt