We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 589d7e3 commit 189feb3Copy full SHA for 189feb3
1 file changed
Dockerfile
@@ -7,7 +7,10 @@ RUN curl -sL https://deb.nodesource.com/setup_14.x | bash - \
7
&& echo "npm version: $(npm --version)" \
8
&& rm -rf /var/lib/apt/lists/*
9
10
-RUN npm install -g @angular/cli@9.1.15
+COPY AngularSpaTemplate/package.json .
11
+COPY AngularSpaTemplate/npm-shrinkwrap.json .
12
+
13
+RUN npm --prefix AngularSpaTemplate install
14
15
COPY . .
16
RUN dotnet restore
0 commit comments