Updating bootstrap with material

This commit is contained in:
2023-01-09 13:37:30 +01:00
parent d0c0668fad
commit 2425ecbd3b
10 changed files with 992 additions and 132 deletions

View File

@@ -10,6 +10,7 @@ WORKDIR /app
COPY app/package*.json ./
# install project dependencies
RUN npm install -g @angular/cli
RUN npm install
# copy project files and folders to the current working directory (i.e. 'app' folder)