Skip to content

Commit

Permalink
add tsconfig.json to docker build stage
Browse files Browse the repository at this point in the history
  • Loading branch information
javiersvg committed Feb 22, 2020
1 parent ed94e53 commit ec0445b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ workdir /workspace/app

COPY package.json .
COPY angular.json .
COPY tsconfig.json .
COPY src src

RUN npm install
Expand Down

0 comments on commit ec0445b

Please sign in to comment.