eienmojiki commited on
Commit
c93a493
·
verified ·
1 Parent(s): be06596

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -57,6 +57,7 @@ RUN cd $HOME && git clone https://github.com/marcopeocchi/yt-dlp-web-ui
57
  WORKDIR $HOME/yt-dlp-web-ui
58
 
59
  COPY --chown=user config.yml $HOME/yt-dlp-web-ui/config.yml
 
60
  RUN mkdir -p ./archive
61
 
62
  RUN chown -R user: $HOME/yt-dlp-web-ui
 
57
  WORKDIR $HOME/yt-dlp-web-ui
58
 
59
  COPY --chown=user config.yml $HOME/yt-dlp-web-ui/config.yml
60
+ COPY --chown=user cookies.txt $HOME/yt-dlp-web-ui/cookies.txt
61
  RUN mkdir -p ./archive
62
 
63
  RUN chown -R user: $HOME/yt-dlp-web-ui