add basic upload/download

This commit is contained in:
sam 2023-10-01 03:39:06 +02:00
parent 1d2c06fc9a
commit e2217fbc1d
Signed by: sam
GPG key ID: B4EF20DDE721CAA1
17 changed files with 723 additions and 12 deletions

View file

@ -5,7 +5,7 @@ ENV POETRY_HOME=/opt/poetry
ENV POETRY_VENV=/opt/poetry-venv
ENV POETRY_CACHE_DIR=/opt/.cache
RUN apk add --no-cache tini
RUN apk add --no-cache tini libmagic
FROM python-base as poetry-base
@ -26,4 +26,4 @@ RUN poetry install --no-interaction --no-cache --without dev
COPY . /app
ENTRYPOINT ["/sbin/tini", "--"]
CMD ["sh", "./entry.sh"]
CMD ["sh", "./entry.sh"]