fix: syntax
All checks were successful
/ update (push) Successful in 1s

This commit is contained in:
ahoemann 2025-01-23 07:17:21 +00:00
parent 95d6497e93
commit 2b6885055b

View file

@ -8,7 +8,7 @@ ENV DEBUG_MODE=False
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 --no-cache-dir-r requirements.txt
RUN /opt/.venv/bin/pip install --no-cache-dir -r requirements.txt
RUN apk del git
EXPOSE 8080