Update Dockerfile
Browse files- Dockerfile +3 -0
Dockerfile
CHANGED
|
@@ -7,4 +7,7 @@ RUN pacman -Syu --noconfirm && \
|
|
| 7 |
curl -LsSf https://astral.sh/uv/install.sh | sh && \
|
| 8 |
uv init --python 3.13 --no-readme --vcs none . && \
|
| 9 |
uv add ytdlp-simple-api
|
|
|
|
|
|
|
|
|
|
| 10 |
CMD ["uv", "run", "-m", "ytdlp_simple_api"]
|
|
|
|
| 7 |
curl -LsSf https://astral.sh/uv/install.sh | sh && \
|
| 8 |
uv init --python 3.13 --no-readme --vcs none . && \
|
| 9 |
uv add ytdlp-simple-api
|
| 10 |
+
ENV WEB_UI=True
|
| 11 |
+
ENV HIDE_HOME=True
|
| 12 |
+
ENV FILE_RETENTION_H=12
|
| 13 |
CMD ["uv", "run", "-m", "ytdlp_simple_api"]
|