diff --git a/02-Calling-an-API/Dockerfile b/02-Calling-an-API/Dockerfile index 07e05d00..50af7ded 100644 --- a/02-Calling-an-API/Dockerfile +++ b/02-Calling-an-API/Dockerfile @@ -26,7 +26,7 @@ COPY package.json . RUN npm install --production -COPY --from=build ./app/dist/login-demo ./dist +COPY --from=build ./app/dist ./dist COPY ./server.js . COPY ./auth_config.json .