# syntax=docker/dockerfile:1 FROM node:20 ENV NODE_ENV=production WORKDIR /app RUN npm install netlify-cli -g COPY . . RUN netlify --version