FROM node:18.19.1-alpine WORKDIR /app COPY . ./ RUN npm install --silent --force CMD ["npm", "run", "build"]