fix dockerfile
Build Docker images / push-image (push) Successful in 3m14s
Details
Build Docker images / push-image (push) Successful in 3m14s
Details
This commit is contained in:
parent
1ae8a38301
commit
5e1b38289e
|
@ -1,9 +1,9 @@
|
||||||
FROM node:18-alpine
|
FROM node:18-bookworm
|
||||||
ENV NODE_ENV=production
|
ENV NODE_ENV=production
|
||||||
|
|
||||||
RUN ["apk", "update"]
|
RUN apt-get update
|
||||||
RUN ["apk", "add", "ffmpeg"]
|
RUN apt-get install -y ffmpeg
|
||||||
RUN ["apk", "add", "yt-dlp"]
|
RUN apt-get install -y yt-dlp
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue