auto update yt-dlp
This commit is contained in:
@@ -10,4 +10,8 @@ COPY backend/requirements.txt .
|
||||
RUN pip install -r requirements.txt
|
||||
RUN rm requirements.txt
|
||||
|
||||
COPY docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh
|
||||
RUN chmod a+rx /usr/local/bin/docker-entrypoint.sh
|
||||
|
||||
ENTRYPOINT ["docker-entrypoint.sh"]
|
||||
CMD ["python", "backend/main.py"]
|
||||
Reference in New Issue
Block a user