We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0aa1eb commit 6770f0bCopy full SHA for 6770f0b
Dockerfile
@@ -8,6 +8,8 @@ COPY package.json /usr/src/app/package.json
8
9
RUN npm install -g @angular/[email protected]
10
11
+CMD ng build
12
+
13
RUN npm install
14
15
COPY . .
0 commit comments