update Dockerfiles to include downloading ffmpeg
This commit is contained in:
@@ -12,6 +12,7 @@ RUN npx tsc -p tsconfig.build.json
|
||||
|
||||
# ---- runtime ----
|
||||
FROM node:lts-alpine AS runner
|
||||
RUN apk add --no-cache ffmpeg
|
||||
WORKDIR /app
|
||||
|
||||
ENV NODE_ENV=production
|
||||
|
||||
@@ -12,6 +12,7 @@ RUN bunx tsc -p tsconfig.build.json
|
||||
|
||||
# ---- runtime ----
|
||||
FROM oven/bun:alpine AS runner
|
||||
RUN apk add --no-cache ffmpeg
|
||||
WORKDIR /app
|
||||
|
||||
ENV NODE_ENV=production
|
||||
|
||||
Reference in New Issue
Block a user