FROM node:lts-alpine WORKDIR /data COPY . . RUN apk add --no-cache curl ca-certificates && npm install CMD ["npm", "start"]