add .dockerignore & update Dockerfile
All checks were successful
Deploy Portfolio / deploy (push) Successful in 1m34s

This commit is contained in:
2025-12-14 19:51:40 -05:00
parent ba692d8c26
commit 5f5dca2162
2 changed files with 13 additions and 1 deletions

View File

@@ -8,7 +8,7 @@ WORKDIR /app
COPY package*.json ./
# Install specific version of Angular CLI globally
RUN npm install -g @angular/cli
# RUN npm install -g @angular/cli
# Install project dependencies
RUN npm ci