@ -13,7 +13,7 @@ RUN npm install --only=production
COPY client/ ./
# Prime the front-end build to find the back-end at /api.
ENV REACT_APP_BACKEND "/api"
RUN npm run-script build
RUN GENERATE_SOURCEMAP=false npm run-script build
FROM node:12-alpine