2ch commited on
Commit
dfb1f14
·
verified ·
1 Parent(s): f937f3d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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"]