Featured list endpoint, squid proxy caching etc.

This commit is contained in:
magmaus3 2023-06-09 13:37:18 +02:00
parent 9de7d20a18
commit 303fd8b594
Signed by: magmaus3
GPG key ID: 966755D3F4A9B251
5 changed files with 137 additions and 7 deletions

View file

@ -1,4 +1,8 @@
FROM python:3.10
ENV TINI_VERSION v0.19.0
ADD https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini /tini
RUN chmod +x /tini
ENTRYPOINT ["/tini", "--"]
WORKDIR /app