Skip to content

Commit 3748dc9

Browse files
committed
remove --resources-output-path=assets/fonts
1 parent 23cd8fe commit 3748dc9

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 npx ng build --resources-output-path=assets/fonts --configuration production
16+
RUN npx ng build --configuration production
1717

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

0 commit comments

Comments
 (0)