# syntax=docker/dockerfile:1 FROM node:16 ENV NODE_ENV=production WORKDIR /app RUN npm install -g @azure/static-web-apps-cli COPY . .