200-901 • Practice Test 1 — 30 Questions
Free 200-901 practice test 1 — 30 questions with explanations. 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.
30 questions · instant feedback and full explanations after every question.