FROM node:18-alpine COPY . . RUN apk add ffmpeg RUN npm install ENTRYPOINT ["node", "index.js"]