Skip to content

Commit 6770f0b

Browse files
committed
Generating Dist in Docker Build
1 parent d0aa1eb commit 6770f0b

File tree

2 files changed

+25001
-42
lines changed

2 files changed

+25001
-42
lines changed

Dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ COPY package.json /usr/src/app/package.json
88

99
RUN npm install -g @angular/[email protected]
1010

11+
CMD ng build
12+
1113
RUN npm install
1214

1315
COPY . .

0 commit comments

Comments
 (0)