200-901 • Practice Test 1
Free 200-901 practice test — 10 questions with explanations. Set 1. No signup required.
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.