fix
Build Docker images / push-image (push) Successful in 2m42s Details

This commit is contained in:
minish 2024-07-10 00:30:40 -04:00
parent 6aa9a42b5d
commit 2188734a75
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ FROM node:18-bookworm
ENV NODE_ENV=production ENV NODE_ENV=production
RUN apt-get update RUN apt-get update
RUN apt-get install -y ffmpeg && yt-dlp RUN apt-get install -y ffmpeg yt-dlp
WORKDIR /app WORKDIR /app