Updating bootstrap with material
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user