FROM node:lts-alpine WORKDIR /app COPY . . RUN npm install CMD ["node", "convert.js"]