fix
Build Docker images / push-image (push) Successful in 2m42s
Details
Build Docker images / push-image (push) Successful in 2m42s
Details
This commit is contained in:
parent
6aa9a42b5d
commit
2188734a75
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue