FROM node:lts-slim ARG NEXT_PUBLIC_DATOCMS_BYPASS_TYPE=local_json WORKDIR /app COPY . . RUN yarn && yarn build EXPOSE 3000 CMD ["yarn", "start"]