debugging
Some checks failed
Build container images / build (push) Failing after 22s

This commit is contained in:
2023-08-16 18:08:55 -07:00
parent f95393b1a0
commit 8e542ea9cf

View File

@@ -7,7 +7,7 @@ FROM python:${PYTHON_VERSION}-alpine${ALPINE_VERSION}
RUN apk update && apk add less RUN apk update && apk add less
RUN pip install rotate-backups==${ROTATE_BACKUPS_VERSION} RUN pip install rotate-backups==$ROTATE_BACKUPS_VERSION
RUN mkdir /data RUN mkdir /data