Here my first Dockerfile:
Dockerfile
# Stage 1: Build an Angular Docker Image FROM node WORKDIR /app COPY pac