200-901 • Quick Quiz
200-901 quick quiz — 10 questions in under 10 minutes. Instant answers and explanations. Perfect daily warm-up.
Refer to the exhibit. A developer is building a Docker image for a Node.js application. The Dockerfile contains: ``` FROM node:14 WORKDIR /usr/src/app COPY package*.json ./ RUN npm install COPY . . CMD ["node", "app.js"] ``` When building, the error shown occurs. What is the most likely cause?
Choose an answer to begin — your selection is scored in the full session.
10 questions · instant feedback and full explanations after every question.