Skip to content

Commit a17515f

Browse files
author
Manuel Rauber
committed
chore: adopt docker file for ng10
1 parent af08e4c commit a17515f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN npm i
1010
COPY projects ./projects
1111
COPY config ./config
1212
COPY angular.json ./
13-
COPY tsconfig.json ./
13+
COPY tsconfig.base.json ./
1414
COPY tslint.json ./
1515

1616
RUN npm run build-prod

0 commit comments

Comments
 (0)