Featured list endpoint, squid proxy caching etc.
This commit is contained in:
parent
9de7d20a18
commit
303fd8b594
5 changed files with 137 additions and 7 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue