Skip to content

Commit 3ab020b

Browse files
committed
updates dockerfile to newer version of node
1 parent 2c93bf7 commit 3ab020b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ WORKDIR /ng-app
1313

1414
COPY . .
1515

16-
RUN $(npm bin)/ng build --resources-output-path=assets/fonts --configuration production
16+
RUN npx ng build --resources-output-path=assets/fonts --configuration production
1717

1818
### Stage 2: Setup ###
1919

0 commit comments

Comments
 (0)