Skip to content

Commit

Permalink
bug fix: copy tsconfig-build.json in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mh739025250 committed Sep 29, 2022
1 parent 593fea5 commit b57fbf9
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 @@ -6,6 +6,7 @@ COPY src /dcc/src
COPY package*.json /dcc/
COPY bin /dcc/bin
COPY tsconfig.json /dcc/
COPY tsconfig-build.json /dcc/

RUN npm install && npm run build:ts && npm install . -g

Expand Down

0 comments on commit b57fbf9

Please sign in to comment.